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

Fix inconsistent signedness in qtwaylandscanner (Qt 6)

XMLWordPrintable

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

      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?).

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes