summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5/patches/pyqt-qt5.11.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-06-17 13:52:27 +0200
committer Eric Hameleers <alien@slackware.com>2018-06-17 13:52:27 +0200
commit2bc7b977aa455208934a14e92485e171716f2228 (patch)
tree0b298b9181b8fff45395da6bec8d710a544435ad /deps/PyQt5/patches/pyqt-qt5.11.patch
parentc779e019ac53019baa07eb843aba59bc55ffec20 (diff)
downloadktown-2bc7b977aa455208934a14e92485e171716f2228.tar.gz
ktown-2bc7b977aa455208934a14e92485e171716f2228.tar.xz
Update the deps for 'testing' branch
Testing receives Qt 5.11.0 and Plasma 5.13.0
Diffstat (limited to 'deps/PyQt5/patches/pyqt-qt5.11.patch')
-rw-r--r--deps/PyQt5/patches/pyqt-qt5.11.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/PyQt5/patches/pyqt-qt5.11.patch b/deps/PyQt5/patches/pyqt-qt5.11.patch
new file mode 100644
index 0000000..96c8a51
--- /dev/null
+++ b/deps/PyQt5/patches/pyqt-qt5.11.patch
@@ -0,0 +1,17 @@
+From: Fabian Vogt <fabian@ritter-vogt.de>
+Subject: QTest::waitForEvents() is internal only
+
+Must not be used, got removed with Qt 5.11.
+
+Index: PyQt5_gpl-5.10.1/sip/QtTest/qtestmouse.sip
+===================================================================
+--- PyQt5_gpl-5.10.1.orig/sip/QtTest/qtestmouse.sip
++++ PyQt5_gpl-5.10.1/sip/QtTest/qtestmouse.sip
+@@ -41,7 +41,6 @@ namespace QTest
+ void mousePress(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1);
+ void mouseRelease(QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier = 0, QPoint pos = QPoint(), int delay = -1);
+ void mouseEvent(QTest::MouseAction action, QWidget *widget, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1);
+- void waitForEvents() /ReleaseGIL/;
+ void mouseEvent(QTest::MouseAction action, QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier, QPoint pos, int delay = -1);
+ void mousePress(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1);
+ void mouseRelease(QWindow *window, Qt::MouseButton button, Qt::KeyboardModifiers modifier = Qt::KeyboardModifiers(), QPoint pos = QPoint(), int delay = -1);