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

Replace all "int" by a Qt type like size() does with "qsizetype"

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • None

    Description

      Qt improved all the "size" functions to return "qsizetype" but a lot of places still use "int".
      This suggestion is to replace all "int" or any of the plain types to Qt types.
      Another way is to use size_t, int32_t and the others of C++11.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            alundra Michael Ségura
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes