mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] declare slot to avoid type errors with the property using it
This commit is contained in:
parent
a1f3ace5d5
commit
93e5a02cd7
1 changed files with 1 additions and 0 deletions
|
@ -550,6 +550,7 @@ class Reconstruction(UIGraph):
|
|||
thread.start()
|
||||
return thread
|
||||
|
||||
@Slot(QObject)
|
||||
def getViewpoints(self):
|
||||
""" Return the Viewpoints model. """
|
||||
# TODO: handle multiple Viewpoints models
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue