mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 09:45:44 +08:00
Fixed shutdown for core
This commit is contained in:
@@ -24,5 +24,4 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
// loop
|
// loop
|
||||||
return a.exec();
|
return a.exec();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ namespace BlackMiscTest
|
|||||||
qDebug() << "voice rooms";
|
qDebug() << "voice rooms";
|
||||||
qDebug() << audioContext->getComVoiceRooms();
|
qDebug() << audioContext->getComVoiceRooms();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
QCoreApplication::quit();
|
||||||
}
|
}
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|||||||
Reference in New Issue
Block a user