Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6e86ff8

Browse filesBrowse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR #16835: Don't forget to export isdeleted on Qt4.
1 parent fa773f6 commit 6e86ff8
Copy full SHA for 6e86ff8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/qt_compat.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/qt_compat.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.