Skip to content

Commit

Permalink
Merge pull request #407 from tbttfox/pyqt5-include-sort-filter-proxy-…
Browse files Browse the repository at this point in the history
…model

Add QtCore.QSortFilterProxyModel to PyQt5 in _misplaced_members
  • Loading branch information
mottosso committed May 15, 2024
2 parents 7500b5c + 2817b28 commit f186c2f
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 f186c2f

Please sign in to comment.