This commit is contained in:
Albert Medela
2018-05-24 18:26:34 +02:00
parent b3c81c770f
commit 8e5b09ac62
7 changed files with 15 additions and 7 deletions
+1
View File
@@ -100,6 +100,7 @@ int main( int argc, char **argv )
/////// can be removed for non-qt-guis ////////////
#ifdef ANDROID
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
QApplication a(argc, argv);
a.setApplicationName("PokerTH");
#else