ratijas added inline comments.

INLINE COMMENTS

> ApplicationHeader.qml:278
> +                    target: delegateLoader.page
> +                    Component.onDestruction: delegateLoader.sourceComponent 
> = null
> +                }

Component attached object is a very special type in QML. It doesn't work that 
way. In fact this whole Connection block does nothing, while that 
`Component.onDestruction` only runs when the `Connections` object is destroyed 
as a whole.

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D10523

To: apol, #kirigami, mart
Cc: ratijas, mart, ngraham, plasma-devel, fbampaloukas, GB_2, domson, 
dkardarakos, apol, ahiemstra, davidedmundson

Reply via email to