From dd182512a95559c13cd6ebb4878b4877f7ea8912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 13 Dec 2013 11:54:43 +0100 Subject: [PATCH] [kwin] Remove connect from focusPolicyIsReasonable to configChanged For one reason the connect was wrong and it's not neaded. --- options.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/options.cpp b/options.cpp index 17f6a06449..fb1d6ac380 100644 --- a/options.cpp +++ b/options.cpp @@ -175,8 +175,6 @@ Options::Options(QObject *parent) { m_settings->setDefaults(); syncFromKcfgc(); - - connect(this, SIGNAL(focusPolicyIsResonableChanged()), this, SIGNAL(&KConfigOptions::configChanged())); } Options::~Options()