Send list of cards which need to be shown instead of all cards of non-fold players.

This commit is contained in:
lotodore
2010-07-23 15:55:52 +00:00
parent 15b513fb85
commit cc897745c4
5 changed files with 22 additions and 17 deletions
+4 -4
View File
@@ -85,11 +85,11 @@ int main( int argc, char **argv )
curl_global_init(CURL_GLOBAL_NOTHING);
/////// can be removed for non-qt-guis ////////////
QtSingleApplication a( argc, argv );
QApplication a( argc, argv );
if (a.sendMessage("Wake up!")) {
/*if (a.sendMessage("Wake up!")) {
return 0;
}
}*/
#ifdef __APPLE__
// The following needs to be done directly after the application is created.
@@ -147,7 +147,7 @@ int main( int argc, char **argv )
///////////////////////////////////////////////////
startWindowImpl mainWin(myConfig);
a.setActivationWindow(&mainWin, true);
//a.setActivationWindow(&mainWin, true);
int retVal = a.exec();