aboutsummaryrefslogtreecommitdiffstats
path: root/community/hydrogen/qt5.15.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/hydrogen/qt5.15.patch')
-rw-r--r--community/hydrogen/qt5.15.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/hydrogen/qt5.15.patch b/community/hydrogen/qt5.15.patch
deleted file mode 100644
index ad4466346e2..00000000000
--- a/community/hydrogen/qt5.15.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9c6a2d22019a46d7a551817b7fc13e692b3d7ed0 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= <jeremy@asynk.ch>
-Date: Sat, 6 Jun 2020 00:36:27 +0200
-Subject: [PATCH] SplashScreen : cast nullptr fixes #895
-
----
- src/gui/src/SplashScreen.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/gui/src/SplashScreen.cpp b/src/gui/src/SplashScreen.cpp
-index f82a1227c..072e971de 100644
---- a/src/gui/src/SplashScreen.cpp
-+++ b/src/gui/src/SplashScreen.cpp
-@@ -32,7 +32,7 @@
- const char* SplashScreen::__class_name = "SplashScreen";
-
- SplashScreen::SplashScreen()
-- : QSplashScreen( nullptr )
-+ : QSplashScreen( (QWidget*) nullptr )
- , Object( __class_name )
- {
- //INFOLOG( "SplashScreen" );
-