Skip to content

Commit a1eb4e5

Browse files
authored
Merge pull request #16842 from meeseeksmachine/auto-backport-of-pr-16835-on-v3.2.x
Backport PR #16835 on branch v3.2.x (Don't forget to export isdeleted on Qt4.)
2 parents fa773f6 + 6e86ff8 commit a1eb4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/qt_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def _setup_pyqt4():
9292

9393
def _setup_pyqt4_internal(api):
9494
global QtCore, QtGui, QtWidgets, \
95-
__version__, is_pyqt5, _getSaveFileName
95+
__version__, is_pyqt5, _isdeleted, _getSaveFileName
9696
# List of incompatible APIs:
9797
# http://pyqt.sourceforge.net/Docs/PyQt4/incompatible_apis.html
9898
_sip_apis = ["QDate", "QDateTime", "QString", "QTextStream", "QTime",

0 commit comments

Comments
 (0)