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

    • Windows
    • 3b38c73c7ffa71c00c172cf0e05742835a304300 (qt/qtbase/dev), ad264fec1 (dev), 3d2596dd4 (6.8)

      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.

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

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

              Created:
              Updated:
              Resolved: