Skip to content

Commit

Permalink
Add QtCore.QSortFilterProxyModel to PyQt5 in _misplaced_members
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed May 15, 2024
1 parent 7500b5c commit 2817b28
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 @@ -1018,6 +1018,7 @@ def createWidget(self, class_name, parent=None, name=""):
"sip.isdeleted": ["QtCompat.isValid", _isvalid],
"QtWidgets.qApp": "QtWidgets.QApplication.instance()",
"QtGui.QRegExpValidator": "QtGui.QRegExpValidator",
"QtCore.QSortFilterProxyModel": "QtCore.QSortFilterProxyModel",
"QtCore.QRegExp": "QtCore.QRegExp",
"QtCore.QCoreApplication.translate": [
"QtCompat.translate", _translate
Expand Down

0 comments on commit 2817b28

Please sign in to comment.