summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-09 11:23:54 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-09 11:23:54 -0500
commit9938ded589c6215ab4fbf92cf1b4c7f50f9ef5cc (patch)
treebb3c7e9df2dca42e8a6fee0e7ef62adc89a62925
parent504683776c51253fbd2b922a269b09177944d031 (diff)
Compatibility fix for Qt 5.15.x
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);