Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-25143

Qt 5 to-do in QLocale

XMLWordPrintable

      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.
      

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            thiago Thiago Macieira
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes