mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +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()
|
thread.start()
|
||||||
return thread
|
return thread
|
||||||
|
|
||||||
|
@Slot(QObject)
|
||||||
def getViewpoints(self):
|
def getViewpoints(self):
|
||||||
""" Return the Viewpoints model. """
|
""" Return the Viewpoints model. """
|
||||||
# TODO: handle multiple Viewpoints models
|
# TODO: handle multiple Viewpoints models
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue