8000 Don't forget to export isdeleted on Qt4. · matplotlib/matplotlib@98438a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 98438a5

Browse files
committed
Don't forget to export isdeleted on Qt4.
1 parent bb7f9b9 commit 98438a5

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
@@ -93,7 +93,7 @@ def _setup_pyqt4():
9393

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

0 commit comments

Comments
 (0)
0