QTfrontend/main.cpp
branchios-revival
changeset 11388 1ae8d4582e1e
parent 11362 ed5a6478e710
child 11488 637fb0558a73
--- a/QTfrontend/main.cpp	Sun Nov 15 14:40:51 2015 +0100
+++ b/QTfrontend/main.cpp	Sun Nov 15 14:42:59 2015 +0100
@@ -37,6 +37,8 @@
 #include "FileEngine.h"
 #include "MessageDialog.h"
 
+#include "SDLInteraction.h"
+
 #ifdef _WIN32
 #include <Shlobj.h>
 #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);