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

Qt 5 to-do in QGraphicsWidget

XMLWordPrintable

    • 0734979976ecd12d9849bb31f67c527dca453dfc

      qtbase/src/widgets/graphicsview/qgraphicswidget.h contains the following Qt 5 to-do comment:

      qtbase/src/widgets/graphicsview/qgraphicswidget.h
          // ### Qt 5: Disambiguate
      #ifdef Q_NO_USING_KEYWORD
          const QObjectList &children() const { return QObject::children(); }
      #else
          using QObject::children;
      #endif
      

      If this can be handled without breaking source-compatibility, it should be actioned for Qt 5.0.0. If not, it should be removed or changed to a Qt 6 to-do.

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

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes