Skip to content

Commit

Permalink
Fixed the bug where the the optionUpdated signal cannot emit correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoTianPu committed May 6, 2024
1 parent c3eeb08 commit 9f4041e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfit/views/prefit_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class SweepSettingsView(QObject):
And the corresponding values should be the widgets for the options.
"""

optionUpdated = Signal(str, Any)
optionUpdated = Signal(str, object)

def __init__(
self,
Expand Down

0 comments on commit 9f4041e

Please sign in to comment.