Add back splash screen.
[dorian] / widgets / splash.h
1 #ifndef SPLASH_H\r
2 #define SPLASH_H\r
3 \r
4 #include <QSplashScreen>\r
5 \r
6 class Splash: public QSplashScreen\r
7 {\r
8     Q_OBJECT\r
9 \r
10 public:\r
11     explicit Splash();\r
12 };\r
13 \r
14 #endif // SPLASH_H\r