D7381: Workaround bug in QT_QUICK_CONTROLS_1_STYLE usage in Qt

2017-08-18 Thread Fabian Vogt
fvogt closed this revision. fvogt added a comment. Even `arc land` doesn't close diffs reliably now apparently... REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D7381 To: fvogt, #plasma, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jen

D7381: Workaround bug in QT_QUICK_CONTROLS_1_STYLE usage in Qt

2017-08-18 Thread Marco Martin
mart accepted this revision. This revision is now accepted and ready to land. REPOSITORY R120 Plasma Workspace BRANCH master REVISION DETAIL https://phabricator.kde.org/D7381 To: fvogt, #plasma, mart Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, s

D7381: Workaround bug in QT_QUICK_CONTROLS_1_STYLE usage in Qt

2017-08-18 Thread Fabian Vogt
fvogt created this revision. Restricted Application added a project: Plasma. REVISION SUMMARY Setting the style manually is necessary as there is only a variable that applies to both quick controls versions, so it needs to be overwritten to not cause a warning on every application start. The