Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
The QLocale class declaration in qlocale.h contains two Qt 5 to-do comments:
qlocale.h
// ### Qt 5: We need to return QString from these function since // unicode data contains several characters for these fields. QChar decimalPoint() const; QChar groupSeparator() const; QChar percent() const; QChar zeroDigit() const; QChar negativeSign() const; QChar positiveSign() const; QChar exponential() const; ... private: friend struct QLocalePrivate; // ### We now use this field to pack an index into locale_data and NumberOptions. // ### Qt 5: change to a QLocaleData *d; uint numberOptions. union { void *v; Data p; };
If these can be resolved without affecting source-compatibility, this should be deone for Qt 5.0.0. If not, the comments should be changed to "Qt 6" or removed.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed