tageditor/gui/initiate.h

17 lines
220 B
C
Raw Normal View History

2015-04-22 19:33:53 +02:00
#ifndef INITIATE_H
#define INITIATE_H
#include <QtGlobal>
QT_BEGIN_NAMESPACE
class QString;
QT_END_NAMESPACE
namespace QtGui {
2015-07-27 23:26:51 +02:00
int runWidgetsGui(int argc, char *argv[], const QString &path);
2015-04-22 19:33:53 +02:00
}
#endif // INITIATE_H