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

Error assign QUuid to QVariant

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P4: Low
    • None
    • 5.6.0
    • Core: QtConcurrent
    • None
    • Windows 7, Qt 5.6.0 for Windows 32-bit (MinGW 4.9.2, 1.0 GB), QTCreator 3.6.82

    Description

      #include <QUuid>
      #include <QVariant>

      int main()

      { QUuid u1 = QUuid(); QVariant v1 = u1; //assign failed, v1 has invalid value QUuid u2 = QUuid::createUuid(); QVariant v2(u2);//assign failed, v2 has invalid value return 0; }

      Attachments

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

        Activity

          People

            sorvig Morten Sørvig
            johnff johnff
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes