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

Comparision of QVariantList and QProperty<QVariantList> not working

    XMLWordPrintable

Details

    • Linux/Other display system
    • e115c60b6 (dev), 5b03d9f68 (dev), 2fc3c10d7 (6.10)

    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

        For Gerrit Dashboard: QTBUG-134921
        # Subject Branch Project Status CR V

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes