| # | 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 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |