Details
-
Task
-
Resolution: Out of scope
-
P2: Important
-
None
-
None
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
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed