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

qmltyperegistrar: const qualifier is not stripped out of pointer type names

    XMLWordPrintable

Details

    Description

          Q_PROPERTY(const QPointingDevice *device READ pointingDevice CONSTANT)
      

      results in the following qmltypes entry:

              Property {
                  name: "device"
                  type: "const QPointingDevice"
                  isPointer: true
                  read: "pointingDevice"
                  index: 0
                  isReadonly: true
              }
      

      Something is going wrong here.

      Attachments

        Issue Links

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

          Activity

            People

              qtqmlteam Qt Qml Team User
              max.goldstein Maximilian Goldstein
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes