passwordmanager/gui/initiategui.h

18 lines
324 B
C
Raw Normal View History

2015-09-01 20:18:13 +02:00
#ifndef INITIATE_H
#define INITIATE_H
#include <QtGlobal>
QT_FORWARD_DECLARE_CLASS(QString)
namespace ApplicationUtilities {
class QtConfigArguments;
}
namespace QtGui {
int runWidgetsGui(int argc, char *argv[], const ApplicationUtilities::QtConfigArguments &qtConfigArgs, const QString &file);
}
#endif // INITIATE_H