source: s10k/Vago/windowMessagesWizard/wmwizard.h@ 1092

Last change on this file since 1092 was 1061, checked in by s10k, 8 years ago

Added Vago 1.3

File size: 525 bytes
Line 
1#ifndef WMWIZARD_H
2#define WMWIZARD_H
3
4// Local includes
5#include "abstractwizard.h"
6#include "wmsetuppage.h"
7#include "wmformatpage.h"
8#include "wmfinalpage.h"
9
10class WmWizard: public AbstractWizard // for signals and slots
11{
12protected:
13 WmWizard(const QString &appDir, const QString &workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger);
14 void exec();
15private:
16 QString bgImagesLocation;
17private:
18 void beforeClose(QDialog::DialogCode resultStatus);
19};
20
21#endif // WMWIZARD_H
Note: See TracBrowser for help on using the repository browser.