Create a timer to wait for system to free resources
ClosedPublic

Authored by shubham on Jun 9 2019, 4:40 PM.

Diff Detail

Repository
R16 KPMCore
Branch
timer
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12605
Build 12623: arc lint + arc unit
shubham requested review of this revision.Jun 9 2019, 4:40 PM
shubham created this revision.
stikonas requested changes to this revision.Jun 9 2019, 4:45 PM

Can you also mention motivation in commit message

src/util/externalcommand.cpp
127

&ExternalCommand::quit

This revision now requires changes to proceed.Jun 9 2019, 4:45 PM
shubham updated this revision to Diff 59457.Jun 9 2019, 5:00 PM

USe new signal slot syntax

shubham retitled this revision from Create a timer to Create a timer to wait for system to free resources.Jun 9 2019, 5:00 PM
stikonas accepted this revision.Jun 9 2019, 5:06 PM
This revision is now accepted and ready to land.Jun 9 2019, 5:06 PM
shubham updated this revision to Diff 59458.Jun 9 2019, 5:08 PM

Remove timer from run(), it is being called in start() nonetheless

This revision was automatically updated to reflect the committed changes.