]> vaikene.ee Git - evaf/commitdiff
Added iApp::exec() function, which enters the Qt event loop and runs the application.
authorEnar Väikene <enar@vaikene.net>
Thu, 17 Nov 2011 07:44:03 +0000 (09:44 +0200)
committerEnar Väikene <enar@vaikene.net>
Thu, 17 Nov 2011 07:44:03 +0000 (09:44 +0200)
* Sets the application ready;
* Calls QCoreApplication::exec();
* Sets the application back to not ready.
Changed main application to use the iApp::exec() instead of QApplication::exec().


No differences found