ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/s10k/Vago/soundWizard/soundwizard.h
(Generate patch)

Comparing Vago/trunk/Vago/soundWizard/soundwizard.h (file contents):
Revision 1054 by s10k, Wed Oct 12 21:35:13 2016 UTC vs.
Revision 1061 by s10k, Fri Dec 9 19:04:18 2016 UTC

# Line 12 | Line 12
12  
13   // Local includes
14   #include "util.h"
15 + #include "abstractwizard.h"
16   #include "logger.h"
17   #include "soundpage2.h"
18   #include "soundpage3.h"
# Line 19 | Line 20
20   #include "soundpage5.h"
21   #include "soundpagefinal.h"
22  
23 < class SoundWizard: public QObject // for signals and slots
23 > class SoundWizard: public AbstractWizard
24   {
25 <    Q_OBJECT // for signals and slots
26 < public:
27 <    SoundWizard(QString appLocation, QString workspaceWizardLocation, Logger *myLogger, QHash<QString, QString> *commandMap);
28 <    int exec();
25 > protected:
26 >    SoundWizard(QString appLocation, QString workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger, QHash<QString, QString> *commandMap);
27 >    void exec();
28 >    QHash<QString, QString> *commandMap;
29   private:
29    QWizard myWizard;
30    QWizardPage* createIntroPage();
31
32    QString workspaceWizardLocation;
30      QString soundsLocation;
31 <    QString appLocation;
35 <    Logger *myLogger;
36 <    QHash<QString, QString> *commandMap;
37 < private slots:
38 <    void restartWizard();
39 <    void pageChanged(int pageId);
31 >    void beforeClose(QDialog::DialogCode resultStatus);
32   };
33  
34   #endif // SOUNDWIZARD_H

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)