diff --git a/Action.qml b/Action.qml index 1de535a..d9fcaa1 100644 --- a/Action.qml +++ b/Action.qml @@ -77,11 +77,4 @@ Item { function toggle(){ root.trueItem.toggle() } - - /*! - \qmlmethod void Action::addShortcut(keysequence sequence, var trigger) - - */ - function addShortcut(sequence, trigger) { - } }