mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[qt6] Use JS functions format to declare explicit parameters in slots
This commit is contained in:
parent
60eaced5ea
commit
3ff279d99a
13 changed files with 37 additions and 24 deletions
|
@ -58,7 +58,9 @@ Entity {
|
|||
_pressed = false
|
||||
mouseReleased(mouse, hasMoved)
|
||||
}
|
||||
onClicked: function(mouse) { mouseClicked(mouse) }
|
||||
onClicked: function(mouse) {
|
||||
mouseClicked(mouse)
|
||||
}
|
||||
onPositionChanged: function(mouse) {
|
||||
currentPosition.x = mouse.x
|
||||
currentPosition.y = mouse.y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue