Fix argument to message answered signal
This commit is contained in:
parent
f58e702589
commit
d3476662b9
@ -266,7 +266,7 @@ class Question(QObject):
|
|||||||
answered with no.
|
answered with no.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
answered = pyqtSignal(str)
|
answered = pyqtSignal(object)
|
||||||
cancelled = pyqtSignal()
|
cancelled = pyqtSignal()
|
||||||
aborted = pyqtSignal()
|
aborted = pyqtSignal()
|
||||||
answered_yes = pyqtSignal()
|
answered_yes = pyqtSignal()
|
||||||
|
Loading…
Reference in New Issue
Block a user