D10523: Fix warnings

2022-06-26 Thread ivan tkachenko
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

D10523: Fix warnings

2018-02-15 Thread Aleix Pol Gonzalez
This revision was automatically updated to reflect the committed changes. Closed by commit R169:b95460a4f831: Fix warnings (authored by apol). REPOSITORY R169 Kirigami CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10523?vs=27204&id=27243 REVISION DETAIL https://phabricator.kde.org

D10523: Fix warnings

2018-02-15 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R169 Kirigami BRANCH master REVISION DETAIL https://phabricator.kde.org/D10523 To: apol, #kirigami, mart Cc: mart, ngraham, plasma-devel, apol, davidedmundson, hein

D10523: Fix warnings

2018-02-14 Thread Nathaniel Graham
ngraham added a comment. Much better! I still get a few warnings though: file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ToolBarApplicationHeader.qml:49: TypeError: Cannot read property of null file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/ToolBarApplicat

D10523: Fix warnings

2018-02-14 Thread Aleix Pol Gonzalez
apol created this revision. apol added a reviewer: Kirigami. Restricted Application added a project: Kirigami. Restricted Application added a subscriber: plasma-devel. apol requested review of this revision. REVISION SUMMARY Make sure the page header is destroyed with the page itself Don't dup