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

After copyinh a QmlMetaProperty the name field returns empty

    XMLWordPrintable

Details

    • 23316b14f28eb1b135b6e8e90fa6fdb34dc39b59

    Description

      void QmlEaseFollow::setTarget(const QmlMetaProperty &t)
      {
      Q_D(QmlEaseFollow);
      qDebug() << "setting target" << t.name() ;
      d->target = t;
      qDebug() << "after setting target" << d->target.name() ;
      }

      In the piece of code above d->target.name() prints "", even if t.name() != ""

      Attachments

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

        Activity

          People

            aakenned Aaron Kennedy
            lscunha Leonardo Sobral Cunha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes