Skip to content

Commit

Permalink
Fixed issue with passing Dict in a Signal
Browse files Browse the repository at this point in the history
  • Loading branch information
blauret committed Oct 7, 2023
1 parent b88d373 commit b462ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyG5/pyG5Network.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class pyG5NetWorkManager(QObject):
self
"""

drefUpdate = Signal(dict)
drefUpdate = Signal(object)

def __init__(self, parent=None):
"""Object constructor.
Expand Down

0 comments on commit b462ca3

Please sign in to comment.