Skip to content

Commit 8549194

Browse files
committed
Make file read in more flexible
1 parent 36a29d8 commit 8549194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

saenopy/gui/common/QtShortCuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class QInput(QtWidgets.QWidget):
5757
5858
"""
5959
# the signal when the user has changed the value
60-
valueChanged = QtCore.Signal(int)
60+
valueChanged = QtCore.Signal(object)
6161

6262
no_signal = False
6363

0 commit comments

Comments
 (0)