[kwin] Remove connect from focusPolicyIsReasonable to configChanged

For one reason the connect was wrong and it's not neaded.
icc-effect-5.14.5
Martin Gräßlin 2013-12-13 11:54:43 +01:00
parent 4c08cf093c
commit dd182512a9
1 changed files with 0 additions and 2 deletions

View File

@ -175,8 +175,6 @@ Options::Options(QObject *parent)
{
m_settings->setDefaults();
syncFromKcfgc();
connect(this, SIGNAL(focusPolicyIsResonableChanged()), this, SIGNAL(&KConfigOptions::configChanged()));
}
Options::~Options()