Emit ExitFinished if no internet services are enabled

This commit is contained in:
Jonas Kvinge
2019-12-28 03:35:07 +01:00
parent 27a2fd298d
commit c25f682caf

View File

@@ -80,6 +80,7 @@ void InternetServices::Exit() {
connect(service, SIGNAL(ExitFinished()), this, SLOT(ExitReceived()));
service->Exit();
}
if (wait_for_exit_.isEmpty()) emit ExitFinished();
}