This commit is contained in:
@@ -35,6 +35,13 @@ createNetworkGameDialogImpl::createNetworkGameDialogImpl(QWidget *parent, Config
|
||||
|
||||
}
|
||||
|
||||
|
||||
void createNetworkGameDialogImpl::exec() {
|
||||
|
||||
fillFormular();
|
||||
QDialog::exec();
|
||||
}
|
||||
|
||||
void createNetworkGameDialogImpl::createGame() {
|
||||
|
||||
}
|
||||
|
||||
@@ -34,6 +34,8 @@ Q_OBJECT
|
||||
public:
|
||||
createNetworkGameDialogImpl(QWidget *parent = 0, ConfigFile *c = 0);
|
||||
|
||||
void exec();
|
||||
|
||||
public slots:
|
||||
|
||||
void createGame();
|
||||
|
||||
Reference in New Issue
Block a user