Fixed shutdown for core

This commit is contained in:
Klaus Basan
2014-03-14 02:03:53 +01:00
parent 2daad2d734
commit 747694dbcb
2 changed files with 1 additions and 2 deletions

View File

@@ -24,5 +24,4 @@ int main(int argc, char *argv[])
// loop // loop
return a.exec(); return a.exec();
} }

View File

@@ -97,7 +97,7 @@ namespace BlackMiscTest
qDebug() << "voice rooms"; qDebug() << "voice rooms";
qDebug() << audioContext->getComVoiceRooms(); qDebug() << audioContext->getComVoiceRooms();
} }
} }
QCoreApplication::quit();
} }
} // namespace } // namespace