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

QtProtobuf: replace usages of 'int' for metatype with QMetaType

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • None
    • None
    • Core: Other
    • All
    • 8
    • Team B Foundation Sprint 55

    Description

      Because QMetaType slimmer these days it's preferred to use it directly instead of using int IDs.

      This means replacing qMetaTypeId<T>() calls with QMetaType::fromType<T>(), and changing keys in containers etc.

      Attachments

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

        Activity

          People

            manordheim Mårten Nordheim
            manordheim Mårten Nordheim
            Vladimir Minenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes