summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qtypedpropertyupdatechange_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qtypedpropertyupdatechange_p.h')
-rw-r--r--src/core/changes/qtypedpropertyupdatechange_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/changes/qtypedpropertyupdatechange_p.h b/src/core/changes/qtypedpropertyupdatechange_p.h
index f196ee5eb..6793144ca 100644
--- a/src/core/changes/qtypedpropertyupdatechange_p.h
+++ b/src/core/changes/qtypedpropertyupdatechange_p.h
@@ -61,11 +61,14 @@ template<typename T>
class QTypedPropertyUpdatedChange : public QStaticPropertyUpdatedChangeBase
{
public:
+ QT_WARNING_PUSH
+ QT_WARNING_DISABLE_DEPRECATED
explicit QTypedPropertyUpdatedChange(QNodeId _subjectId)
: QStaticPropertyUpdatedChangeBase(_subjectId)
, data()
{
}
+ QT_WARNING_POP
T data;
};