[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyQt] fix build against Qt 5.11.0
From:       Rex Dieter <rdieter () math ! unl ! edu>
Date:       2018-05-29 19:28:43
Message-ID: pek9h9$s0c$1 () blaine ! gmane ! org
[Download RAW message or body]

My previous foray into building snapshots partly about getting something 
working against Qt 5.11.0.  Turns out only one small fix was required, due 
to
http://code.qt.io/cgit/qt/qtbase.git/commit/src/testlib/qtestmouse.h?id=75e583b3fcbdbbb999633eb5f2267720dd695cfa
 removing waitForEvents


-- Rex


["PyQt5-qt511.patch" (text/x-patch)]

diff -up PyQt5_gpl-5.10.2.dev1805251538/sip/QtTest/qtestmouse.sip.qt511 \
                PyQt5_gpl-5.10.2.dev1805251538/sip/QtTest/qtestmouse.sip
--- PyQt5_gpl-5.10.2.dev1805251538/sip/QtTest/qtestmouse.sip.qt511	2018-05-25 \
                20:33:17.000000000 -0500
+++ PyQt5_gpl-5.10.2.dev1805251538/sip/QtTest/qtestmouse.sip	2018-05-29 \
13:33:57.896800513 -0500 @@ -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);


[Attachment #4 (text/plain)]

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic