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

QQuickWheelEvent and QQuickKeyEvent miss Q_QUICK_PRIVATE_EXPORT

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P4: Low
    • None
    • 5.13.1, 5.14.0 Alpha
    • None
    • All

    Description

      The QQuickWheelEvent and QQuickKeyEvent classes in qquickevents_p_p.h are missing the Q_QUICK_PRIVATE_EXPORT flag:

      class QQuickWheelEvent : public QObject
      class QQuickKeyEvent: public QObject
      

      should be

      class Q_QUICK_PRIVATE_EXPORT QQuickWheelEvent : public QObject
      class Q_QUICK_PRIVATE_EXPORT QQuickKeyEvent: public QObject
      

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            DanielSt Peter Staab
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes