ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Vago/trunk/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 801 by s10k, Sun Apr 7 15:36:17 2013 UTC

# Line 22 | Line 22 | class SoundWizard: public QObject // for
22   {
23      Q_OBJECT // for signals and slots
24   public:
25 <    SoundWizard(QString workspaceWizardLocation, Logger *myLogger, QHash<QString, QString> *commandMap);
25 >    SoundWizard(QString appLocation, QString workspaceWizardLocation, Logger *myLogger, QHash<QString, QString> *commandMap);
26      int exec();
27   private:
28      QWizardPage* createIntroPage();
29  
30      QString workspaceWizardLocation;
31      QString soundsLocation;
32 +    QString appLocation;
33      Logger *myLogger;
34      QWizard *myWizard;
35      QHash<QString, QString> *commandMap;

Diff Legend

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