Fixed client termination (pure virtual function called issue). Utf8 is all fine.

This commit is contained in:
lotodore
2007-12-11 22:42:58 +00:00
parent 477aeff288
commit d3207f723b
+4 -2
View File
@@ -3663,11 +3663,13 @@ void mainWindowImpl::quitPokerTH() {
if (msgBox.exec() == QMessageBox::Yes ) {
mySession->terminateNetworkClient();
stopTimer();
if (myServerGuiInterface.get()) myServerGuiInterface->getSession().terminateNetworkServer();
qApp->quit();
}
}
}
else {
else {
mySession->terminateNetworkClient();
stopTimer();
qApp->quit();
}