[ui] declare slot to avoid type errors with the property using it

This commit is contained in:
Fabien Castan 2020-07-09 14:10:23 +02:00
parent a1f3ace5d5
commit 93e5a02cd7

View file

@ -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