[kwin] Remove connect from focusPolicyIsReasonable to configChanged
For one reason the connect was wrong and it's not neaded.
This commit is contained in:
parent
4c08cf093c
commit
dd182512a9
1 changed files with 0 additions and 2 deletions
|
@ -175,8 +175,6 @@ Options::Options(QObject *parent)
|
|||
{
|
||||
m_settings->setDefaults();
|
||||
syncFromKcfgc();
|
||||
|
||||
connect(this, SIGNAL(focusPolicyIsResonableChanged()), this, SIGNAL(&KConfigOptions::configChanged()));
|
||||
}
|
||||
|
||||
Options::~Options()
|
||||
|
|
Loading…
Reference in a new issue