Skip to content

Commit 14be4be

Browse files
ref: replace QtWidgets.QShortcut with QtGui.QShortcut
1 parent 87eaa76 commit 14be4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dcoraid/gui/upload/dlg_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(self, *args, **kwargs):
8585
self.comboBox_vis.addItem("Private", "private")
8686

8787
# Shortcut for testing
88-
self.shortcut = QtWidgets.QShortcut(
88+
self.shortcut = QtGui.QShortcut(
8989
QtGui.QKeySequence("Ctrl+Alt+Shift+E"), self)
9090
self.shortcut.activated.connect(self._autofill_for_testing)
9191

0 commit comments

Comments
 (0)