lnf kcm: Remove unnecessary reload

It will happen with the rest of KWin settings.
wilder-5.24
Aleix Pol 5 years ago
parent 1743cd9b87
commit a40dc17ea8
  1. 4
      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)

Loading…
Cancel
Save