Skip to content

Commit

Permalink
Reverting _misplaced_members QStringListModel as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoshua committed Apr 5, 2024
1 parent a3dffae commit f8e4124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ def createWidget(self, class_name, parent=None, name=""):
"QtMultimedia.QSound": "QtMultimedia.QSound",
},
"PySide2": {
"QtGui.QStringListModel": "QtCore.QStringListModel",
"QtUiTools.QUiLoader": ["QtCompat.loadUi", _loadUi],
"shiboken2.wrapInstance": ["QtCompat.wrapInstance", _wrapinstance],
"shiboken2.getCppPointer": ["QtCompat.getCppPointer", _getcpppointer],
Expand Down

0 comments on commit f8e4124

Please sign in to comment.