Qt::WFlags is obsolete in Qt5. Replace it with Qt::WindowFlags.
This change is Qt4/Qt5 neutral.
This commit is contained in:
committed by
wmayer
parent
c275b35d48
commit
f48f0f69be
@@ -150,7 +150,7 @@ private:
|
||||
/**
|
||||
* Constructs a splash screen that will display the pixmap.
|
||||
*/
|
||||
SplashScreen::SplashScreen( const QPixmap & pixmap , Qt::WFlags f )
|
||||
SplashScreen::SplashScreen( const QPixmap & pixmap , Qt::WindowFlags f )
|
||||
: QSplashScreen(pixmap, f)
|
||||
{
|
||||
// write the messages to splasher
|
||||
|
||||
Reference in New Issue
Block a user