updated application info

This commit is contained in:
Martchus 2015-08-25 19:17:32 +02:00
parent af75482fe3
commit 41a9a68563
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ using namespace ApplicationUtilities;
int main(int argc, char *argv[])
{
// setup argument parser
SET_APPLICATION_INFO;
ArgumentParser parser;
QT_CONFIG_ARGUMENTS qtConfigArgs;
HelpArgument helpArg(parser);
@ -42,7 +43,7 @@ int main(int argc, char *argv[])
cout << "Unable to parse arguments. " << ex.what() << "\nSee --help for available commands." << endl;
}
// set meta info for application
SET_APPLICATION_INFO;
SET_QT_APPLICATION_INFO;
if(qtConfigArgs.areQtGuiArgsPresent()) {
return QtGui::runWidgetsGui(argc, argv);
}