D25709: Make it compile against qt5.14 without deprecated method

2019-12-04 Thread Laurent Montel
This revision was automatically updated to reflect the committed changes. Closed by commit R858:8eca435225b6: Make it compile against qt5.14 without deprecated method (authored by mlaurent). REPOSITORY R858 Qt Quick Controls 2: Desktop Style CHANGES SINCE LAST UPDATE https://phabricator.kde.

D25709: Make it compile against qt5.14 without deprecated method

2019-12-03 Thread Laurent Montel
mlaurent updated this revision to Diff 70876. mlaurent added a comment. Forgot to commit it REPOSITORY R858 Qt Quick Controls 2: Desktop Style CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25709?vs=70875&id=70876 BRANCH fix_compile_qt5.14 (branched from master) REVISION DETAI

D25709: Make it compile against qt5.14 without deprecated method

2019-12-03 Thread Laurent Montel
mlaurent updated this revision to Diff 70875. mlaurent added a comment. Fix comment REPOSITORY R858 Qt Quick Controls 2: Desktop Style CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D25709?vs=70808&id=70875 BRANCH fix_compile_qt5.14 (branched from master) REVISION DETAIL http

D25709: Make it compile against qt5.14 without deprecated method

2019-12-03 Thread Laurent Montel
mlaurent added a comment. yep it seems more logical REPOSITORY R858 Qt Quick Controls 2: Desktop Style REVISION DETAIL https://phabricator.kde.org/D25709 To: mlaurent, apol Cc: plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, ngraham, alexeymin,

D25709: Make it compile against qt5.14 without deprecated method

2019-12-03 Thread Aleix Pol Gonzalez
apol added inline comments. INLINE COMMENTS > kquickstyleitem.cpp:112 > +#else > +qmlRegisterAnonymousType("org.kde.qqc2-desktop-style", 1); > +#endif Maybe use `org.kde.qqc2desktopstyle.private` which we are already using? Also shouldn't we be registering the types and the plugin class rat

D25709: Make it compile against qt5.14 without deprecated method

2019-12-02 Thread Laurent Montel
mlaurent created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. mlaurent requested review of this revision. REVISION SUMMARY Compile against 5.14 without deprecated method REPOSITORY R858 Qt Quick Controls 2: Desktop Style BRANCH fix_compile_qt5.14