| 13 |  | // Local includes | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 14 |  | #include "util.h" | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 15 |  | #include "abstractwizard.h" | 
 
 
 
 
 
 
 
 
 | 16 | – | #include "logger.h" | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 16 |  | #include "soundpage2.h" | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 17 |  | #include "soundpage3.h" | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 18 |  | #include "soundpage4.h" | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 22 |  | class SoundWizard: public AbstractWizard | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 23 |  | { | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 24 |  | protected: | 
 
 
 
 
 
 
 
 
 
 
 | 25 | < | SoundWizard(QString appLocation, QString workspaceWizardLocation, QSettings *vagoSettings, Logger *myLogger, QHash<QString, QString> *commandMap); | 
 
 
 
 
 
 
 
 
 | 25 | > | SoundWizard(QString appLocation, QString workspaceWizardLocation, QSettings *vagoSettings, QHash<QString, QString> *commandMap); | 
 
 
 
 
 
 
 
 
 
 
 | 26 |  | void exec(); | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 27 |  | QHash<QString, QString> *commandMap; | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 28 |  | private: |