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

(potential BiC) Exported class QTimerList inherits from QList

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.3.0 RC, 6.4, 6.5.0 Beta3
    • Core: Event loop
    • None
    • 2

      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 QTimerList. This will also be BiC, but QTimerList is private API.

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

        For Gerrit Dashboard: QTBUG-111959
        # Subject Branch Project Status CR V

            ahmad.samir Ahmad Samir
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes