Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
Description
src/corelib/tools/qlocale.cpp
qlonglong QLocale::toLongLong(const QString &s, bool *ok) const { QLocalePrivate::GroupSeparatorMode mode = p.numberOptions & RejectGroupSeparator ? QLocalePrivate::FailOnGroupSeparators : QLocalePrivate::ParseGroupSeparators; return d()->stringToLongLong(s, 10, ok, mode); } // ### Qt5: make the return type for toULongLong() qulonglong.
Attachments
Issue Links
- resulted from
-
QTBUG-23524 [API] Grep the source for Qt5 todo items
- Closed
For Gerrit Dashboard: QTBUG-25143 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
22513,1 | Make QLocale::toULongLong return the proper type: qulonglong | api_changes | qt/qtbase | Status: MERGED | +2 | 0 |