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

Fix inconsistent signedness in qtwaylandscanner (Qt 6)

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Not Evaluated
    • 6.0, 6.1.0 RC
    • None
    • QPA: Wayland
    • None
    • Linux/Wayland
    • e88cb48b8d0db81cc29ebe47968860b86f65b455 (qt/qtwayland/dev)

    Description

      We use ints and uints inconsistently for ids. These use ints:

      • constructors
      • init
      • add

      However, bind uses uint, and libwayland uses uint32_t, so we should probably switch all ids to uint(32?).

      Attachments

        Issue Links

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

          Activity

            People

              tvete Paul Olav Tvete
              johanhelsing Johan Helsing
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes