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

(potential BiC) Exported class QMqttUserProperties inherits from QList

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.3.0 RC, 6.4
    • MQTT
    • None

    Description

      QList is not designed to be exported, changes are made to its interface regularly assuming no Qt code inherits an exported class from it. Changes which are ok for inline API in non-exported classes may cause BiC in exported ones.

      Solution: manually un-export QMqttUserProperties. This will also be BiC, but at least it will then be BC going forward.

      Cf. QTBUG-102367 for an already-solved case.

      Attachments

        Issue Links

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

          Activity

            People

              mkalinow Maurice Kalinowski
              mmutz Marc Mutz
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes