qt5 refactoring ...
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user