From 9938ded589c6215ab4fbf92cf1b4c7f50f9ef5cc Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Wed, 9 Sep 2020 11:23:54 -0500 Subject: Compatibility fix for Qt 5.15.x --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index ed7270bf..a81ae962 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -740,7 +740,7 @@ int runApplication(MOApplication &application, SingleInstance &instance, QPixmap pixmap; - QSplashScreen splash(nullptr); + QSplashScreen splash; if (useSplash) { pixmap = QPixmap(splashPath); -- cgit v1.3.1