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
2b569c1fd8
commit
05e7d9eaee
4 changed files with 13 additions and 13 deletions
|
@ -178,7 +178,7 @@ Item {
|
|||
DropArea {
|
||||
anchors.fill: parent
|
||||
keys: ["text/uri-list"]
|
||||
onDropped: {
|
||||
onDropped: function(drop) {
|
||||
viewer2D.loadExternal(drop.urls[0]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue