diff options
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); |
