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