opnsense-ports/audio/hydrogen/files/patch-src_gui_src_SplashScreen.cpp
Franco Fichtner be7375f796 */*: sync with upstream
Taken from: HardenedBSD
2020-06-04 03:34:21 +02:00

11 lines
329 B
C++

--- 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" );