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

QCborValue should support QBitArray

    XMLWordPrintable

Details

    Description

      Unable to find source-code formatter for language: c+. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      QVariant v1;
      QBitArray a1(50);
      v1 = a1;
      auto cbor = QCborValue::fromVariant(v1);
      auto v2 = cbor.toVariant();
      Q_ASSERT(v2.isValid()); // assertion fails
      

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            alervd Alexander Dyagilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes