D10523: Fix warnings
ivan tkachenko
noreply at phabricator.kde.org
Sun Jun 26 20:24:32 BST 2022
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20220626/c10e7276/attachment.htm>
More information about the Plasma-devel
mailing list