tageditor/gui/initiate.h

19 lines
349 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)
2019-06-10 22:49:46 +02:00
namespace CppUtilities {
2015-09-01 20:20:15 +02:00
class QtConfigArguments;
}
2015-04-22 19:33:53 +02:00
namespace QtGui {
2018-03-07 01:18:01 +01:00
int runWidgetsGui(
2019-06-10 22:49:46 +02:00
int argc, char *argv[], const CppUtilities::QtConfigArguments &qtConfigArgs, const QString &path, bool launchRenamingUtility = false);
2015-04-22 19:33:53 +02:00
}
#endif // INITIATE_H