QXRD  0.11.16
qxrdsplashscreen.cpp
Go to the documentation of this file.
1 #include "qxrdsplashscreen.h"
2 #include <stdio.h>
3 
5  QSplashScreen(parent, QPixmap(":images/qxrd-splash-screen.png"))
6 {
7 }
8 
10 {
11 #ifndef QT_NO_DEBUG
12  printf("Deleting splash screen\n");
13 #endif
14 }
virtual ~QxrdSplashScreen()
QxrdSplashScreen(QWidget *parent)