summaryrefslogtreecommitdiff
path: root/ui/qt5/intropage.hh
blob: e1ed3d95418cb014cb03edd669e745d2f51ce791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef WELCOMEPAGE_HH
#define WELCOMEPAGE_HH

#include "horizonwizardpage.hh"

class IntroPage : public HorizonWizardPage {
public:
    IntroPage(QWidget *parent = 0);
    int nextId() const;
};

#endif // WELCOMEPAGE_HH