Signal Hyperion::finished emits quit slot

Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
Paulchen-Panther
2019-07-25 18:23:19 +02:00
parent a4811b7e3c
commit 871540a81b
2 changed files with 2 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ void Hyperion::start()
void Hyperion::stop()
{
emit finished();
thread()->quit();
thread()->wait();
}
void Hyperion::freeObjects(bool emitCloseSignal)