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

QQmlListProperty still uses int32_t instead of size_type

    XMLWordPrintable

Details

    • All
    • d7008c79d4ec023527ebfc118ad47f40075f244d (qt/qtdeclarative/dev)

    Description

      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);

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes