compilation fix
This commit is contained in:
@@ -2072,7 +2072,7 @@ int mainWindowImpl::getBetRaisePushButtonValue() {
|
||||
return betValue;
|
||||
}
|
||||
|
||||
int mainWindowImpl::getMyBetAmount(int mode) {
|
||||
int mainWindowImpl::getMyBetAmount() {
|
||||
|
||||
HandInterface *currentHand = mySession->getCurrentGame()->getCurrentHand();
|
||||
|
||||
|
||||
@@ -206,18 +206,15 @@ public slots:
|
||||
void pushButtonFoldClicked(bool checked);
|
||||
void pushButtonAllInClicked(bool checked);
|
||||
|
||||
void myBetRaise();
|
||||
void myCallCheck();
|
||||
|
||||
void myFold();
|
||||
void myCheck();
|
||||
int getMyCallAmount();
|
||||
int getBetRaisePushButtonValue();
|
||||
int getMyBetAmount(int);
|
||||
int getMyBetAmount();
|
||||
void myCall();
|
||||
void myBet();
|
||||
void mySet();
|
||||
void myRaise();
|
||||
void myAllIn();
|
||||
|
||||
void myActionDone();
|
||||
|
||||
Reference in New Issue
Block a user