waitforservertostartgamedialog removed
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include "connecttoserverdialogimpl.h"
|
||||
#include "createnetworkgamedialogimpl.h"
|
||||
#include "startnetworkgamedialogimpl.h"
|
||||
#include "waitforservertostartgamedialogimpl.h"
|
||||
#include "changehumanplayernamedialogimpl.h"
|
||||
|
||||
#include "startsplash.h"
|
||||
@@ -519,7 +518,6 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
|
||||
myConnectToServerDialog = new connectToServerDialogImpl(this);
|
||||
myStartNetworkGameDialog = new startNetworkGameDialogImpl(this, myConfig);
|
||||
myCreateNetworkGameDialog = new createNetworkGameDialogImpl(this, myConfig);
|
||||
myWaitingForServerGameDialog = new waitForServerToStartGameDialogImpl(this);
|
||||
myAboutPokerthDialog = new aboutPokerthImpl(this);
|
||||
|
||||
// //ShortCuts
|
||||
|
||||
@@ -48,7 +48,6 @@ class joinNetworkGameDialogImpl;
|
||||
class connectToServerDialogImpl;
|
||||
class createNetworkGameDialogImpl;
|
||||
class startNetworkGameDialogImpl;
|
||||
class waitForServerToStartGameDialogImpl;
|
||||
class changeHumanPlayerNameDialogImpl;
|
||||
|
||||
class QColor;
|
||||
@@ -364,7 +363,6 @@ private:
|
||||
connectToServerDialogImpl *myConnectToServerDialog;
|
||||
startNetworkGameDialogImpl *myStartNetworkGameDialog;
|
||||
createNetworkGameDialogImpl *myCreateNetworkGameDialog;
|
||||
waitForServerToStartGameDialogImpl *myWaitingForServerGameDialog;
|
||||
|
||||
//Sound
|
||||
SDLPlayer *mySDLPlayer;
|
||||
|
||||
Reference in New Issue
Block a user