Skip to content

Commit

Permalink
Less strict for QTshortcut file type
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbhr committed Jan 21, 2025
1 parent a3d0df4 commit 937c395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saenopy/gui/common/QtShortCuts.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ def value(self):


class QInputString(QInput):
valueChanged = QtCore.Signal(str)
valueChanged = QtCore.Signal(object)
error = None

def __init__(self, layout=None, name=None, value="", allow_none=True, none_value="None", type=str, unit=None, name_post=None, validator=None, **kwargs):
Expand Down

0 comments on commit 937c395

Please sign in to comment.