updated application info

This commit is contained in:
Martchus 2015-08-25 19:09:26 +02:00
parent d3b4cafdde
commit 95a5fe093e
2 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ int main(int argc, char *argv[])
{
// setup argument parser
ArgumentParser parser;
SET_APPLICATION_INFO;
QT_CONFIG_ARGUMENTS qtConfigArgs;
HelpArgument helpArg(parser);
// recursive option

View File

@ -10,9 +10,9 @@ namespace QtGui {
int runWidgetsGui(int argc, char *argv[], const QString &path)
{
SET_APPLICATION_INFO;
SET_QT_APPLICATION_INFO;
QApplication a(argc, argv);
LOAD_TRANSLATIONS;
LOAD_QT_TRANSLATIONS;
// load resources needed by classes of qtutilities
QtUtilitiesResources::init();
Theme::setup();