Detect save path change, patch by Damien Gombault.
BUG: 164942 svn path=/branches/KDE/4.1/kdebase/workspace/; revision=843070
This commit is contained in:
parent
ef795739e1
commit
50f29e6183
1 changed files with 3 additions and 1 deletions
|
@ -68,9 +68,11 @@ VideoRecordEffectConfig::VideoRecordEffectConfig(QWidget* parent, const QVariant
|
|||
|
||||
mShortcutEditor = new KShortcutsEditor(actionCollection, this,
|
||||
KShortcutsEditor::GlobalAction, KShortcutsEditor::LetterShortcutsDisallowed);
|
||||
connect(mShortcutEditor, SIGNAL(keyChange()), this, SLOT(changed()));
|
||||
layout->addWidget(mShortcutEditor);
|
||||
|
||||
connect(saveVideo, SIGNAL(textChanged(const QString&)), this, SLOT(changed()));
|
||||
connect(mShortcutEditor, SIGNAL(keyChange()), this, SLOT(changed()));
|
||||
|
||||
layout->addStretch();
|
||||
|
||||
load();
|
||||
|
|
Loading…
Reference in a new issue