Fixed client termination (pure virtual function called issue). Utf8 is all fine.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user