From a40dc17ea872bb05ab4a6f918c054e141b951d67 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Wed, 1 Sep 2021 14:48:03 +0200 Subject: [PATCH] lnf kcm: Remove unnecessary reload It will happen with the rest of KWin settings. --- kcms/lookandfeel/kcm.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kcms/lookandfeel/kcm.cpp b/kcms/lookandfeel/kcm.cpp index 60335605a..26c7b4054 100644 --- a/kcms/lookandfeel/kcm.cpp +++ b/kcms/lookandfeel/kcm.cpp @@ -781,10 +781,6 @@ void KCMLookandFeel::setWindowDecoration(const QString &library, const QString & KConfigGroup cgd(&configDefault, QStringLiteral("org.kde.kdecoration2")); writeNewDefaults(cg, cgd, QStringLiteral("library"), library); writeNewDefaults(cg, cgd, QStringLiteral("theme"), theme, KConfig::Notify); - - // Reload KWin. - QDBusMessage message = QDBusMessage::createSignal(QStringLiteral("/KWin"), QStringLiteral("org.kde.KWin"), QStringLiteral("reloadConfig")); - QDBusConnection::sessionBus().send(message); } void KCMLookandFeel::setResetDefaultLayout(bool reset)