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

QAbstractEventDispatcher::nativeEventFilter and similar should use a long long pointer (or qint64) for the result

    XMLWordPrintable

Details

    • Windows
    • 3b38c73c7ffa71c00c172cf0e05742835a304300 (qt/qtbase/dev)

    Description

      QAbstractEventDispatcher::nativeEventFilter and similar should use a long long pointer for the result. This is because LRESULT, on a 64bit system, is actually int_64 (aka LONG_PTR) so if you are casting to a LRESULT then it can end up causing problems.

      Attachments

        For Gerrit Dashboard: QTBUG-72968
        # Subject Branch Project Status CR V

        Activity

          People

            kleint Friedemann Kleint
            andysh Andy Shaw
            Maurice Kalinowski Maurice Kalinowski
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews