aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/qml/qqmlpropertydata_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlpropertydata_p.h b/src/qml/qml/qqmlpropertydata_p.h
index f21b502b50..9fa272bcdf 100644
--- a/src/qml/qml/qqmlpropertydata_p.h
+++ b/src/qml/qml/qqmlpropertydata_p.h
@@ -423,6 +423,7 @@ private:
bool QQmlPropertyData::operator==(const QQmlPropertyData &other) const
{
+ Q_UNUSED(m_reserved)
return flags() == other.flags() &&
propType() == other.propType() &&
coreIndex() == other.coreIndex() &&