#4654 Fix QVariant comparisons with std::vector<T> data types

This commit is contained in:
Gaute Lindkvist
2019-09-02 09:59:33 +02:00
parent 97f18962de
commit 7ab9b2a889
2 changed files with 2 additions and 3 deletions

View File

@@ -137,7 +137,6 @@ public:
static bool isEqual(const QVariant& variantValue, const QVariant& variantValue2)
{
assert(false); // Not sure this actually works JJS
return variantValue == variantValue2;
}
};