mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4654 Fix QVariant comparisons with std::vector<T> data types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user