gpl url fix. maximize event on windows fix

This commit is contained in:
doitux
2007-10-27 21:01:44 +00:00
parent bb64e07657
commit 2e15d25e44
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -3632,6 +3632,10 @@ void mainWindowImpl::myButtonsCheckable(bool state) {
void mainWindowImpl::closeEvent(QCloseEvent* /*event*/) { quitPokerTH(); }
void mainWindowImpl::showMaximized () {
showFullScreen ();
}
void mainWindowImpl::quitPokerTH() {
if (myServerGuiInterface.get() && myServerGuiInterface->getSession().isNetworkServerRunning()) {