From b03a2bc6dd5d752338edbddca738f2ada595786e Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Wed, 14 Sep 2022 14:08:21 +0200 Subject: [PATCH] restore previous scope pointer broke in aa10c402f213269094532ee516b48951fe5b9066 --- startkde/startplasma-x11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startkde/startplasma-x11.cpp b/startkde/startplasma-x11.cpp index 2b378e55a..fa5db3b52 100644 --- a/startkde/startplasma-x11.cpp +++ b/startkde/startplasma-x11.cpp @@ -79,7 +79,7 @@ int main(int argc, char **argv) // NOTE: Do not start QGuiApplications before setting up the environment. We'd be at risk of dbus invoking other // processes with an incomplete environment. setupCursor(false); - std::unique_ptr ksplash(setupKSplash()); + QScopedPointer ksplash(setupKSplash()); if (!startPlasmaSession(false)) return 1;