]> vaikene.ee Git - evaf/blobdiff - src/main/CLI/main.cpp
Added iApp::exec() function, which enters the Qt event loop and runs the application.
[evaf] / src / main / CLI / main.cpp
index 4e8fe7e0b606115889ed12b8fdec27cd84b48bfd..0c3cbb65d597548617cb14500c21d561306297f8 100644 (file)
@@ -281,7 +281,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;