This commit is contained in:
Jonas Kvinge
2019-07-24 23:29:09 +02:00
parent da0d61f36a
commit 41484f8673
14 changed files with 135 additions and 41 deletions

View File

@@ -86,7 +86,6 @@ void InternetServices::Exit() {
void InternetServices::ExitReceived() {
InternetService *service = qobject_cast<InternetService*>(sender());
wait_for_exit_.removeAll(service);
if (wait_for_exit_.isEmpty()) emit ExitFinished();