204e223aee0c2cd3ff1533af70cb316c7082b29c
[dorian] / widgets / splash.h
1 #ifndef SPLASH_H\r
2 #define SPLASH_H\r
3 \r
4 #include <QMainWindow>\r
5 \r
6 class Splash: public QMainWindow\r
7 {\r
8     Q_OBJECT\r
9 \r
10 public:\r
11     explicit Splash(QWidget *parent = 0);\r
12 };\r
13 \r
14 #endif // SPLASH_H\r