New upstream version 8.1.0
This commit is contained in:
14
mon/source/app/Main.cpp
Normal file
14
mon/source/app/Main.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <common/toolkit/BuildTypeTk.h>
|
||||
#include <app/SignalHandler.h>
|
||||
#include <app/App.h>
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
BuildTypeTk::checkDebugBuildTypes();
|
||||
AbstractApp::runTimeInitsAndChecks();
|
||||
|
||||
App app(argc, argv);
|
||||
app.startInCurrentThread();
|
||||
|
||||
return app.getAppResult();
|
||||
}
|
||||
Reference in New Issue
Block a user