some android corrections
This commit is contained in:
+2
-3
@@ -72,7 +72,6 @@ int main( int argc, char **argv )
|
||||
|
||||
/////// can be removed for non-qt-guis ////////////
|
||||
QtSingleApplication a( argc, argv );
|
||||
Q_INIT_RESOURCE(pokerth);
|
||||
|
||||
if (a.sendMessage("Wake up!")) {
|
||||
return 0;
|
||||
@@ -139,8 +138,8 @@ int main( int argc, char **argv )
|
||||
qRegisterMetaType<DenyGameInvitationReason>("DenyGameInvitationReason");
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
startWindowImpl mainWin(myConfig,myLog);
|
||||
a.setActivationWindow(&mainWin, true);
|
||||
startWindowImpl mainWin(myConfig,myLog);
|
||||
a.setActivationWindow(&mainWin, true);
|
||||
|
||||
int retVal = a.exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user