D16812: Avoid potential race condtion with QFutureWatcher in FWUPD backend

2018-11-12 Thread David Edmundson
This revision was automatically updated to reflect the committed changes. Closed by commit R134:bd6f08ada8e3: Avoid potential race condtion with QFutureWatcher in FWUPD backend (authored by davidedmundson). REPOSITORY R134 Discover Software Store CHANGES SINCE LAST UPDATE

D16812: Avoid potential race condtion with QFutureWatcher in FWUPD backend

2018-11-11 Thread Aleix Pol Gonzalez
apol accepted this revision. apol added a comment. This revision is now accepted and ready to land. Good catch! REPOSITORY R134 Discover Software Store BRANCH master REVISION DETAIL https://phabricator.kde.org/D16812 To: davidedmundson, #plasma, apol Cc: apol, plasma-devel, ragreen,

D16812: Avoid potential race condtion with QFutureWatcher in FWUPD backend

2018-11-10 Thread David Edmundson
davidedmundson created this revision. davidedmundson added a reviewer: Plasma. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. davidedmundson requested review of this revision. REVISION SUMMARY One should connect to the finish slot before starting the threaded job.