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 771 by s10k, Sun Mar 31 19:02:16 2013 UTC vs.
Revision 1054 by s10k, Wed Oct 12 21:35:13 2016 UTC

# Line 16 | Line 16
16   #include "soundpage2.h"
17   #include "soundpage3.h"
18   #include "soundpage4.h"
19 + #include "soundpage5.h"
20   #include "soundpagefinal.h"
21  
22   class SoundWizard: public QObject // for signals and slots
23   {
24      Q_OBJECT // for signals and slots
25   public:
26 <    SoundWizard(QString workspaceWizardLocation, Logger *myLogger, QHash<QString, QString> *commandMap);
26 >    SoundWizard(QString appLocation, QString workspaceWizardLocation, Logger *myLogger, QHash<QString, QString> *commandMap);
27      int exec();
28   private:
29 +    QWizard myWizard;
30      QWizardPage* createIntroPage();
31  
32      QString workspaceWizardLocation;
33      QString soundsLocation;
34 +    QString appLocation;
35      Logger *myLogger;
33    QWizard *myWizard;
36      QHash<QString, QString> *commandMap;
37   private slots:
38      void restartWizard();

Diff Legend

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