mirror of
https://github.com/AskDavis/Casinotest.git
synced 2026-01-06 21:09:48 -08:00
Version 1.1.0.0 update
This commit is contained in:
16
src/qt/splashscreen.h
Normal file
16
src/qt/splashscreen.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef SPLASHSCREEN_H
|
||||
#define SPLASHSCREEN_H
|
||||
|
||||
#include <QSplashScreen>
|
||||
|
||||
/** class for the splashscreen with information of the running client
|
||||
*/
|
||||
class SplashScreen : public QSplashScreen
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit SplashScreen(const QPixmap &pixmap = QPixmap(), Qt::WindowFlags f = 0);
|
||||
};
|
||||
|
||||
#endif // SPLASHSCREEN_H
|
||||
Reference in New Issue
Block a user