Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
2a5ec0403c9c79239c3a5c3657e0a73948df9227
Description
Both qmap.h and qhash.h contain two copies of the following to-do comment:
// ### Qt 5: not sure this is necessary anymore #ifdef QT_STRICT_ITERATORS private: #else public: #endif inline bool operator==(const const_iterator &o) const { return i == o.i; } inline bool operator!=(const const_iterator &o) const { return i != o.i; }
As source-incompatible changes are no longer allowed for Qt 5, these comments should either be removed or marked as Qt 6 to-do's.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed