summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-29 18:32:14 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2020-09-29 18:32:14 -0500
commit0de18a3410925a469eeaae9c85552ef84106aa07 (patch)
tree118f632807a037c66be18d258421520906637ac7 /src/main.cpp
parent154d83e479baecf8c0c670c6b8d5d72e3c2299d1 (diff)
parent9938ded589c6215ab4fbf92cf1b4c7f50f9ef5cc (diff)
Merge remote-tracking branch 'origin/qt-5_15-compat'
Diffstat (limited to 'src/main.cpp')
-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);