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.
s10k/Vago/soundWizard/soundpage2.h (file contents), Revision 1092 by s10k, Sat Dec 30 13:43:28 2017 UTC

# Line 2 | Line 2
2   #define SOUNDPAGE2_H
3  
4   #include <QWizardPage>
5 + #include <droptablewidget.h>
6  
7   #include "util.h"
7 #include "droptablewidget.h"
8  
9   namespace Ui {
10   class soundpage2;
# 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)