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 98438a5

Browse filesBrowse files
committed
Don't forget to export isdeleted on Qt4.
1 parent bb7f9b9 commit 98438a5
Copy full SHA for 98438a5

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
@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.