diff -r fcbdee9cdd74 -r b894922d58cc QTfrontend/main.cpp --- a/QTfrontend/main.cpp Tue Sep 08 19:20:58 2015 +0300 +++ b/QTfrontend/main.cpp Mon Nov 16 22:57:24 2015 +0300 @@ -37,6 +37,8 @@ #include "FileEngine.h" #include "MessageDialog.h" +#include "SDLInteraction.h" + #ifdef _WIN32 #include #elif defined __APPLE__ @@ -154,6 +156,8 @@ 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);