blob: 0627ad6341709f678bcb17cfc773a39af57b04c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/gui/src/SplashScreen.cpp.orig 2020-06-03 21:33:30 UTC
+++ src/gui/src/SplashScreen.cpp
@@ -32,7 +32,7 @@
const char* SplashScreen::__class_name = "SplashScreen";
SplashScreen::SplashScreen()
- : QSplashScreen( NULL )
+ : QSplashScreen( (QWidget*)nullptr )
, Object( __class_name )
{
//INFOLOG( "SplashScreen" );
|