connect shortcut editor changed signal

BUG: 322441
FIXED-IN: 4.11
REVIEW: 111550
icc-effect-5.14.5
Thomas Lübking 2013-07-17 16:51:00 +02:00
parent 55daad4d68
commit d9b567699c
1 changed files with 2 additions and 0 deletions

View File

@ -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");