change define to ifdef
This commit is contained in:
@@ -256,7 +256,7 @@ startWindowImpl::startWindowImpl(ConfigFile *c, Log *l)
|
||||
connect(this, SIGNAL(signalPlayerGameInvitation(unsigned, unsigned, unsigned)), myGameLobbyDialog, SLOT(chatInfoPlayerInvitation(unsigned, unsigned, unsigned)));
|
||||
connect(this, SIGNAL(signalRejectedGameInvitation(unsigned, unsigned, DenyGameInvitationReason)), myGameLobbyDialog, SLOT(chatInfoPlayerRejectedInvitation(unsigned, unsigned, DenyGameInvitationReason)));
|
||||
|
||||
#define NEW_LOCAL_GAME
|
||||
#ifdef NEW_LOCAL_GAME
|
||||
QAction *actionStart_Local_Game_new = new QAction("Start (new) local game ...",this);
|
||||
menuPokerTH->addAction(actionStart_Local_Game_new);
|
||||
connect( actionStart_Local_Game_new, SIGNAL( triggered() ), this, SLOT( callNewGameDialogNew() ) );
|
||||
|
||||
Reference in New Issue
Block a user