pyqt-qt5.11.patch
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user