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

Qt 5 to-do in QLocale

    XMLWordPrintable

Details

    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

          For Gerrit Dashboard: QTBUG-25143
          # Subject Branch Project Status CR V

          Activity

            People

              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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes