D26009: KCoreAddons: fix compilation with qtbase git dev branch

2020-01-05 Thread David Faure
dfaure closed this revision. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D26009 To: dfaure, vkrause Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26009: KCoreAddons: fix compilation with qtbase git dev branch

2019-12-18 Thread David Faure
dfaure updated this revision to Diff 71764. dfaure added a comment. Use qcontainerfwd.h instead, as suggested by Giuseppe REPOSITORY R244 KCoreAddons CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26009?vs=71562&id=71764 BRANCH arcpatch-D26009 REVISION DETAIL https://phabric

D26009: KCoreAddons: fix compilation with qtbase git dev branch

2019-12-15 Thread Volker Krause
vkrause accepted this revision. This revision is now accepted and ready to land. REPOSITORY R244 KCoreAddons BRANCH master REVISION DETAIL https://phabricator.kde.org/D26009 To: dfaure, vkrause Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D26009: KCoreAddons: fix compilation with qtbase git dev branch

2019-12-14 Thread David Faure
dfaure created this revision. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. dfaure requested review of this revision. REVISION SUMMARY - Remove unneeded endl in qDebug-like statements - Include , forward-decl doesn't work anymore, now that it's a typedef.