diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-29 18:32:14 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-29 18:32:14 -0500 |
| commit | 0de18a3410925a469eeaae9c85552ef84106aa07 (patch) | |
| tree | 118f632807a037c66be18d258421520906637ac7 /src | |
| parent | 154d83e479baecf8c0c670c6b8d5d72e3c2299d1 (diff) | |
| parent | 9938ded589c6215ab4fbf92cf1b4c7f50f9ef5cc (diff) | |
Merge remote-tracking branch 'origin/qt-5_15-compat'
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
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); |
