aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros/macrooptionswidget.h
diff options
context:
space:
mode:
authorNicolas Arnaud-Cormos <[email protected]>2011-01-24 11:39:42 +0100
committerTobias Hunger <[email protected]>2011-01-24 11:39:42 +0100
commit1f1656163cea078ba09cbba80ead2758d7ca5dc0 (patch)
treeae39139a3f8bca5dc1cd63ff01873e876cbdb616 /src/plugins/macros/macrooptionswidget.h
parentf3d7bbff0c2abcd8dd1efc8d3578cf3b865292a8 (diff)
Refactor the shortcut management for plugin macros
When saving a macro, a shortcut is created and the user can change the shortcut in Options->Keyboard. When the macro is removed, the shortcut is removed from the actionManager using the removeShortcut method. This is way simpler than before, where a number of default shortcuts where defined and macros took the empty space. Merge-request: 236 Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/macros/macrooptionswidget.h')
-rw-r--r--src/plugins/macros/macrooptionswidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/macros/macrooptionswidget.h b/src/plugins/macros/macrooptionswidget.h
index c3d84d5c378..3d8e52efd30 100644
--- a/src/plugins/macros/macrooptionswidget.h
+++ b/src/plugins/macros/macrooptionswidget.h
@@ -75,7 +75,6 @@ private:
private slots:
void changeDescription(const QString &description);
- void changeShortcut(bool shortcut);
private:
Ui::MacroOptionsWidget *ui;