tageditor/gui/initiate.h

19 lines
361 B
C
Raw Normal View History

2015-04-22 19:33:53 +02:00
#ifndef INITIATE_H
#define INITIATE_H
#include <QtGlobal>
2015-09-01 20:20:15 +02:00
QT_FORWARD_DECLARE_CLASS(QString)
namespace ApplicationUtilities {
class QtConfigArguments;
}
2015-04-22 19:33:53 +02:00
namespace QtGui {
int runWidgetsGui(int argc, char *argv[], const ApplicationUtilities::QtConfigArguments &qtConfigArgs, const QString &path, bool launchRenamingUtility = false);
2015-04-22 19:33:53 +02:00
}
#endif // INITIATE_H