X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2FGUI%2Fmain.cpp;h=f0e765f5f574ff10e002f0cbf68a7b6519734b7a;hb=8958311b9f05fc65cdf9e528db8b4b32a94eb24a;hp=c30e7adba2eb2ae617bc49eedb0d5b417e10df2d;hpb=0957525838e501a4609a15b8d7a765da43362025;p=evaf diff --git a/src/main/GUI/main.cpp b/src/main/GUI/main.cpp index c30e7ad..f0e765f 100644 --- a/src/main/GUI/main.cpp +++ b/src/main/GUI/main.cpp @@ -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;