timoutcallback to mainwindow

This commit is contained in:
doitux
2007-05-30 07:21:24 +00:00
parent ba82acbd06
commit 1f70aeeefe
4 changed files with 28 additions and 3 deletions
+10 -1
View File
@@ -364,6 +364,7 @@ mainWindowImpl::mainWindowImpl(ConfigFile *c, QMainWindow *parent)
setLabelArray[4] = textLabel_Set4;
setLabelArray[5] = textLabel_Set5;
setLabelArray[6] = textLabel_Set6;
for (i=0; i<MAX_NUMBER_OF_PLAYERS; i++) { setLabelArray[i]->setMyW(this); }
// statusLabelArray init
actionLabelArray[0] = textLabel_Status0;
@@ -1762,6 +1763,15 @@ void mainWindowImpl::myAllIn(){
myActionDone();
}
void mainWindowImpl::userActionTimeOutReached() {
//TODO
// automatic check, fold
cout << "timeoutaction" << endl;
}
void mainWindowImpl::myActionDone() {
// If a network client is running, we need
@@ -2624,4 +2634,3 @@ void mainWindowImpl::playSound() {
}