diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-09 11:23:54 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2020-09-09 11:23:54 -0500 |
| commit | 9938ded589c6215ab4fbf92cf1b4c7f50f9ef5cc (patch) | |
| tree | bb3c7e9df2dca42e8a6fee0e7ef62adc89a62925 /src | |
| parent | 504683776c51253fbd2b922a269b09177944d031 (diff) | |
Compatibility fix for Qt 5.15.x
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); |
