desk-grid: bind sc editor keyChange to kcm changed
BUG: 316177 FIXED-IN: 4.11 REVIEW: 111812
This commit is contained in:
parent
6c420f2b11
commit
90615561e4
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ DesktopGridEffectConfig::DesktopGridEffectConfig(QWidget* parent, const QVariant
|
|||
addConfig(DesktopGridConfig::self(), m_ui);
|
||||
connect(m_ui->kcfg_LayoutMode, SIGNAL(currentIndexChanged(int)), this, SLOT(layoutSelectionChanged()));
|
||||
connect(m_ui->desktopNameAlignmentCombo, SIGNAL(currentIndexChanged(int)), this, SLOT(changed()));
|
||||
connect(m_ui->shortcutEditor, SIGNAL(keyChange()), this, SLOT(changed()));
|
||||
|
||||
load();
|
||||
layoutSelectionChanged();
|
||||
|
|
Loading…
Reference in a new issue