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

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

XMLWordPrintable

          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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes