qt5 refactoring ...

This commit is contained in:
doitux
2013-08-28 10:49:03 +02:00
parent 1d0b9fc5f2
commit 20840a2af0
90 changed files with 1910 additions and 3067 deletions
@@ -62,10 +62,9 @@ startNetworkGameDialogImpl::startNetworkGameDialogImpl(startWindowImpl *parent,
clearDialog();
}
void startNetworkGameDialogImpl::exec()
int startNetworkGameDialogImpl::exec()
{
QDialog::exec();
return QDialog::exec();
}
void startNetworkGameDialogImpl::startGame()
@@ -92,7 +92,7 @@ public slots:
return maxPlayerNumber;
}
void exec();
int exec();
private: