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

Qt 5 to-do in qvector.h

    XMLWordPrintable

Details

    Description

      src/corelib/tools/qvector.h
      /*
         ### Qt 5:
         ### This needs to be removed for next releases of Qt. It is a workaround for vc++ because
         ### Qt exports QPolygon and QPolygonF that inherit QVector<QPoint> and
         ### QVector<QPointF> respectively.
      */
      
      #ifdef Q_CC_MSVC
      QT_BEGIN_INCLUDE_NAMESPACE
      #include <QtCore/QPointF>
      #include <QtCore/QPoint>
      QT_END_INCLUDE_NAMESPACE
      

      This comment should be addressed for Qt 5.0.0, removed, or changed to a Qt 6 to-do.

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
              Maurice Kalinowski Maurice Kalinowski
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes