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