From 04c0ff5cd72a37a53675ef73e8cc7c50bbfb0e8f Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 23 Jul 2019 19:41:05 +0200 Subject: [PATCH] Make sure we compare paths properly --- src/plasma/private/theme_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plasma/private/theme_p.cpp b/src/plasma/private/theme_p.cpp index 196b0693d..315c7eb60 100644 --- a/src/plasma/private/theme_p.cpp +++ b/src/plasma/private/theme_p.cpp @@ -316,7 +316,7 @@ QString ThemePrivate::findInTheme(const QString &image, const QString &theme, bo } } - QString type; + QString type = QStringLiteral("/"); if (!compositingActive) { type = QStringLiteral("/opaque/"); } else if (backgroundContrastActive) {