Emit ExitFinished if no internet services are enabled
This commit is contained in:
@@ -80,6 +80,7 @@ void InternetServices::Exit() {
|
|||||||
connect(service, SIGNAL(ExitFinished()), this, SLOT(ExitReceived()));
|
connect(service, SIGNAL(ExitFinished()), this, SLOT(ExitReceived()));
|
||||||
service->Exit();
|
service->Exit();
|
||||||
}
|
}
|
||||||
|
if (wait_for_exit_.isEmpty()) emit ExitFinished();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user