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

qint8 is not declared as QVariant type

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: P2: Important P2: Important
    • None
    • 5.4.1
    • Core: Other
    • None
    • Windows 7

      qint8 is a signed char:
      http://doc.qt.io/qt-5/qtglobal.html#qint8-typedef
      SChar in metatype:
      QMetaType::SChar 40 signed char

      There is however no type for it in QVariant:
      http://doc.qt.io/qt-5/qvariant-obsolete.html#Type-enum

      Attached is an example to clarify the issue.

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

            thiago Thiago Macieira
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes