connect shortcut editor changed signal
BUG: 322441 FIXED-IN: 4.11 REVIEW: 111550
This commit is contained in:
parent
55daad4d68
commit
d9b567699c
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ ZoomEffectConfig::ZoomEffectConfig(QWidget* parent, const QVariantList& args) :
|
|||
|
||||
addConfig(ZoomConfig::self(), m_ui);
|
||||
|
||||
connect(m_ui->editor, SIGNAL(keyChange()), this, SLOT(changed()));
|
||||
|
||||
// Shortcut config. The shortcut belongs to the component "kwin"!
|
||||
KActionCollection *actionCollection = new KActionCollection(this, KComponentData("kwin"));
|
||||
actionCollection->setConfigGroup("Zoom");
|
||||
|
|
Loading…
Reference in a new issue