author | Wuzzy <Wuzzy2@mail.ru> |
Tue, 24 Jul 2018 18:37:52 +0200 | |
branch | 0.9.24 |
changeset 13548 | dfde8aad6b3e |
parent 13547 | b89ea5618067 |
child 13549 | b69732d0cce5 |
--- a/QTfrontend/main.cpp Tue Jul 24 18:37:52 2018 +0200 +++ b/QTfrontend/main.cpp Tue Jul 24 18:37:52 2018 +0200 @@ -191,8 +191,6 @@ cocoaInit = new CocoaInitializer(); // Creates the autoreleasepool preventing cocoa object leaks on OS X. #endif - SDLInteraction::instance(); - HWApplication app(argc, argv); app.setAttribute(Qt::AA_DontShowIconsInMenus,false); @@ -414,6 +412,8 @@ } #endif + SDLInteraction::instance(); + QString style = ""; QString fname;