Ensure only one allInitialised emission
ClosedPublic

Authored by leinir on Jan 15 2019, 1:05 PM.

Details

Summary

To ensure we only have one allInitialized emission (at least just one per run of the event handler), swap out the singleshot inline timer for a proper QTimer instance. Also, use this timer elsewhere the emission was previously done, just in case, and for the sake of consistency.

Diff Detail

Repository
R134 Discover Software Store
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
leinir created this revision.Jan 15 2019, 1:05 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 15 2019, 1:05 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
leinir requested review of this revision.Jan 15 2019, 1:05 PM
apol accepted this revision.Jan 15 2019, 1:25 PM
This revision is now accepted and ready to land.Jan 15 2019, 1:25 PM
This revision was automatically updated to reflect the committed changes.