NInputAction: use proper label/description + autoformatting
This commit is contained in:
parent
1cab452352
commit
f04ac180f0
4 changed files with 7 additions and 24 deletions
|
|
@ -231,8 +231,7 @@ Item {
|
|||
root.clicked()
|
||||
} else if (mouse.button === Qt.RightButton) {
|
||||
root.rightClicked()
|
||||
}
|
||||
else if (mouse.button === Qt.MiddleButton) {
|
||||
} else if (mouse.button === Qt.MiddleButton) {
|
||||
root.middleClicked()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue