Add missing Q_OBJECT macro
ClosedPublic

Authored by davidedmundson on Jun 30 2017, 2:22 PM.

Details

Summary

Till now
DelayedJobCleaner connect(m_weaver, SIGNAL(finished()), this,
SLOT(checkIfFinished()));

was always failing.

Diff Detail

Repository
R308 KRunner
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Jun 30 2017, 2:22 PM
Restricted Application added projects: Plasma, Frameworks. · View Herald TranscriptJun 30 2017, 2:22 PM
Restricted Application added subscribers: Frameworks, plasma-devel. · View Herald Transcript
broulik accepted this revision.Jun 30 2017, 2:24 PM
This revision is now accepted and ready to land.Jun 30 2017, 2:24 PM
This revision was automatically updated to reflect the committed changes.