Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
5d593da3d31a0c6adffb449db3ceb65328b87cd6
Description
qtbase/src/corelib/tools/qstring.h contains the following Qt 5 to-do comments:
qstring.h
QString(const QChar *unicode, int size); // Qt5: don't cap size < 0 explicit QString(const QChar *unicode); // Qt5: merge with the above
As this can be done without btreaking source-compatibility (by defaulting the second parameter of the first constructor), this is still a candidate for Qt 5.0.0.
These comments should be dealt with by actioning them, removing them, or changing them to Qt 6 to-do's.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed