Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-52205

Qt 5.6 ABI incompatibility due to qt_handleMouseEvent

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.6.3, 5.9.0
    • 5.6.0
    • Testing: qtestlib
    • None
    • 7f12f94e481d4908ee7b68e2cab8263b7476b054 394e0c8a8edbb0b3147f3ad20fde1ecef64323da

    Description

      Qt 5.6 removed the following overload from qtestmouse.h:

      qt_handleMouseEvent ( QWindow* w, QPointF const& local, QPointF const& global, Qt::MouseButtons b, Qt::KeyboardModifiers mods )
      

      See http://abi-laboratory.pro/tracker/compat_report/qt/5.5.1/5.6.0/8f965/abi_compat_report.html#Removed

      This broke PyQt binary compatibility on Archlinux, as it's probably inlined from QTest::mouseEvent: https://bugs.archlinux.org/task/48734

      Also see this mail by Thiago: https://www.mail-archive.com/development@qt-project.org/msg23663.html

      It'd be nice if it could be brought back in 5.6.1.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jkt Jan Kundrát
            the compiler Florian Bruhin
            Votes:
            3 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes