]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/main.cpp
Added iApp::exec() function, which enters the Qt event loop and runs the application.
[evaf] / src / main / GUI / main.cpp
index c30e7adba2eb2ae617bc49eedb0d5b417e10df2d..f0e765f5f574ff10e002f0cbf68a7b6519734b7a 100644 (file)
@@ -409,7 +409,7 @@ int main(int argc, char ** argv)
 
         // Run the application
         EVAF_INFO("Running %s", VER_MODULE_NAME_STR);
-        rval = app.exec();
+        rval = Common::iApp::instance()->exec();
 
         quit = rval != Common::iApp::RC_Restart;