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

Qt 5 to-do in QGraphicsWidget

    XMLWordPrintable

Details

    • 0734979976ecd12d9849bb31f67c527dca453dfc

    Description

      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.

      Attachments

        Issue Links

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

          Activity

            People

              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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes