Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
splashscreen.h
Go to the documentation of this file.
1 #ifndef SPLASHSCREEN_H
2 #define SPLASHSCREEN_H
3 
4 #include <QSplashScreen>
5 
8 class SplashScreen : public QSplashScreen
9 {
10  Q_OBJECT
11 
12 public:
13  explicit SplashScreen(const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = 0);
14 };
15 
16 #endif // SPLASHSCREEN_H
class for the splashscreen with information of the running client
Definition: splashscreen.h:8
SplashScreen(const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0)
Definition: splashscreen.cpp:9