QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
qxrdsplashscreen.cpp
Go to the documentation of this file.
1
#include "
qxrdsplashscreen.h
"
2
#include <stdio.h>
3
4
QxrdSplashScreen::QxrdSplashScreen
(QWidget *parent) :
5
QSplashScreen(parent, QPixmap(
":images/qxrd-splash-screen.png"
))
6
{
7
}
8
9
QxrdSplashScreen::~QxrdSplashScreen
()
10
{
11
#ifndef QT_NO_DEBUG
12
printf(
"Deleting splash screen\n"
);
13
#endif
14
}
qxrdsplashscreen.h
QxrdSplashScreen::~QxrdSplashScreen
virtual ~QxrdSplashScreen()
Definition:
qxrdsplashscreen.cpp:9
QxrdSplashScreen::QxrdSplashScreen
QxrdSplashScreen(QWidget *parent)
Definition:
qxrdsplashscreen.cpp:4
Generated by
1.8.10