This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "startsplash.h"
|
||||
|
||||
StartSplash::StartSplash(mainWindowImpl *parent)
|
||||
: QDialog(parent), myW(parent)
|
||||
: QSplashScreen(parent), myW(parent)
|
||||
{
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/c059013l.pfb");
|
||||
QFontDatabase::addApplicationFont (":fonts/fonts/andybold.ttf");
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <QtGui>
|
||||
#include <QtCore>
|
||||
|
||||
class StartSplash : public QDialog
|
||||
class StartSplash : public QSplashScreen
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user