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

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

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes