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

Comparing Vago/trunk/Vago/soundWizard/soundpage2.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 17 | Line 17 | class SoundPage2 : public QWizardPage
17   public:
18      DropTableWidget *soundTable;
19  
20 <    explicit SoundPage2(QWidget *parent = 0);
20 >    explicit SoundPage2(QString appLocation, QWidget *parent = 0);
21      ~SoundPage2();
22      
23   private slots:
# Line 36 | Line 36 | private slots:
36   private:
37      Ui::soundpage2 *ui;
38      static const QStringList allowedFiles;
39 <    static const QString codecLocalHelpFile;
39 >    QString codecLocalHelpFile;
40  
41      bool validatePage();
42   };

Diff Legend

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