source: s10k/Vago/soundWizard/soundpage5.h@ 1092

Last change on this file since 1092 was 1054, checked in by s10k, 8 years ago

Vago 1.1

File size: 370 bytes
Line 
1#ifndef SOUNDPAGE5_H
2#define SOUNDPAGE5_H
3
4#include <QWizardPage>
5
6#include "util.h"
7
8namespace Ui {
9class soundpage5;
10}
11
12class SoundPage5 : public QWizardPage
13{
14 Q_OBJECT
15
16public:
17 explicit SoundPage5(QWidget *parent = 0);
18 ~SoundPage5();
19
20private:
21 Ui::soundpage5 *ui;
22
23 bool validatePage();
24};
25
26#endif // SOUNDPAGE5_H
Note: See TracBrowser for help on using the repository browser.