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 fd2e276

Browse filesBrowse files
authored
Merge pull request #16835 from anntzer/isdeleted
Don't forget to export isdeleted on Qt4.
2 parents 6d85a30 + 98438a5 commit fd2e276
Copy full SHA for fd2e276

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.