Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.2
-
-
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 |
648117,5 | Q(ObjectBindable)Property: Properly support comparisons | dev | qt/qtbase | Status: MERGED | +2 | 0 |
649884,5 | QProperty: fix comparison with comparable type | dev | qt/qtbase | Status: MERGED | +2 | +1 |
650697,2 | QProperty: fix comparison with comparable type | 6.10 | qt/qtbase | Status: MERGED | +2 | 0 |