D6453: Add missing Q_OBJECT macro

2017-06-30 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R308:abd6d21d7215: Add missing Q_OBJECT macro (authored by davidedmundson). REPOSITORY R308 KRunner CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D6453?vs=16059&id=16060 REVISION DETAIL http

D6453: Add missing Q_OBJECT macro

2017-06-30 Thread Kai Uwe Broulik
broulik accepted this revision. This revision is now accepted and ready to land. REPOSITORY R308 KRunner BRANCH master REVISION DETAIL https://phabricator.kde.org/D6453 To: davidedmundson, #plasma, broulik Cc: plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensre

D6453: Add missing Q_OBJECT macro

2017-06-30 Thread David Edmundson
davidedmundson created this revision. Restricted Application added projects: Plasma, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY Till now DelayedJobCleaner connect(m_weaver, SIGNAL(finished()), this, SLOT(checkIfFinished())); was alw