new sounds

animation timeout fixed
This commit is contained in:
doitux
2007-06-10 20:43:48 +00:00
parent b624714f5d
commit b028ab1d57
8 changed files with 45 additions and 15 deletions
+1 -1
View File
@@ -2523,7 +2523,7 @@ void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
if (event->key() == Qt::Key_F3) { pushButton_BetRaise->click(); }
if (event->key() == Qt::Key_F10) { switchLeftToolBox(); }
if (event->key() == Qt::Key_F11) { switchRightToolBox(); }
if (event->key() == Qt::Key_S) {} //s
if (event->key() == Qt::Key_S) { setLabelArray[0]->startTimeOutAnimation(myConfig->readConfigInt("NetTimeOutPlayerAction")); } //s
if (event->key() == 16777249) {
pushButton_break->click();
ctrlPressed = TRUE;