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

Comparision of QVariantList and QProperty<QVariantList> not working

    XMLWordPrintable

Details

    • Linux/Other display system

    Description

      I am trying to build following example. It  builds with  MSVC 2022 but not with gcc 13.3.0. This Example builds if i use other types like QDateTime or QVariantMap.

      #include <QtCore/QProperty>
      #include <QtCore/QVariantList>
      
      bool f(const QProperty<QVariantList> &a, const QVariantList &b)
      {
          return a == b;
      }
      

      Attachments

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

        Activity

          People

            fabiankosmale Fabian Kosmale
            santoshacharya Santosh Acharya
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes