summaryrefslogblamecommitdiff
path: root/welcomepage.hh
blob: c9d498124f02df52d54a9638fb7cc41ba3f61432 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                         
#ifndef WELCOMEPAGE_HH
#define WELCOMEPAGE_HH

#include <QWizardPage>

class WelcomePage : public QWizardPage
{
public:
        WelcomePage(QWidget *parent = 0);
};

#endif // WELCOMEPAGE_HH