Removing useless method.
This commit is contained in:
parent
f2de022f2a
commit
66e3761b50
1 changed files with 0 additions and 7 deletions
|
@ -77,11 +77,4 @@ Item {
|
||||||
function toggle(){
|
function toggle(){
|
||||||
root.trueItem.toggle()
|
root.trueItem.toggle()
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
|
||||||
\qmlmethod void Action::addShortcut(keysequence sequence, var trigger)
|
|
||||||
|
|
||||||
*/
|
|
||||||
function addShortcut(sequence, trigger) {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue