Skip to content

Commit

Permalink
Remove some common members that aren't actually common
Browse files Browse the repository at this point in the history
Remove a non-existent misplaced member
  • Loading branch information
tbttfox committed May 15, 2024
1 parent d38c391 commit 07c231b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
"QFileSystemWatcher",
"QGenericArgument",
"QGenericReturnArgument",
"QItemSelection",
"QItemSelectionRange",
"QIODevice",
"QLibraryInfo",
"QLine",
Expand Down Expand Up @@ -936,7 +934,6 @@ def createWidget(self, class_name, parent=None, name=""):
"QtGui.QUndoStack": "QtWidgets.QUndoStack",
"QtGui.QActionGroup": "QtWidgets.QActionGroup",
"QtCore.QStringListModel": "QtCore.QStringListModel",
"QtGui.QStringListModel": "QtCore.QStringListModel",
"QtCore.Property": "QtCore.Property",
"QtCore.Signal": "QtCore.Signal",
"QtCore.Slot": "QtCore.Slot",
Expand Down

0 comments on commit 07c231b

Please sign in to comment.