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

QQmlListProperty still uses int32_t instead of size_type

XMLWordPrintable

    • All
    • d7008c79d4ec023527ebfc118ad47f40075f244d (qt/qtdeclarative/dev)

      QQmlListProperty<T> still uses int32_t but should use Container<T*>::size_type

      from:

      using AtFunction = T *(QQmlListProperty<T> *, int);

      to:

      using AtFunction = T *(QQmlListProperty<T> *, Container<T*>::size_type);

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

            ulherman Ulf Hermann
            febbe Fabian Keßler
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes