Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-10232

Qt Creator debugging dumper does not support the new QDateTime internals in Qt 5.2

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • Qt Creator 3.0.0
    • Qt Creator 2.8.1
    • Debugger
    • None
    • 242cb179191c2fa5c88561b4d28b693868fbd4b8

    Description

      QDateTimePrivate changed completely in Qt 5.2.

      It's now:

          qint64 m_msecs;
          Qt::TimeSpec m_spec;
          int m_offsetFromUtc;
      #ifndef QT_BOOTSTRAPPED
          QTimeZone m_timeZone;
      #endif // QT_BOOTSTRAPPED
          StatusFlags m_status;
      

      See also:

          inline qint64 toMSecsSinceEpoch() const { return (m_msecs - (m_offsetFromUtc * 1000)); }
      

      Which doesn't look right for when m_timeZone is set.

      Attachments

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

        Activity

          People

            hjk hjk
            thiago Thiago Macieira
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes