summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qstaticpropertyvalueremovedchangebase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/changes/qstaticpropertyvalueremovedchangebase.h')
-rw-r--r--src/core/changes/qstaticpropertyvalueremovedchangebase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/changes/qstaticpropertyvalueremovedchangebase.h b/src/core/changes/qstaticpropertyvalueremovedchangebase.h
index e9f53fb12..d1b96f83e 100644
--- a/src/core/changes/qstaticpropertyvalueremovedchangebase.h
+++ b/src/core/changes/qstaticpropertyvalueremovedchangebase.h
@@ -59,7 +59,7 @@ public:
protected:
Q_DECLARE_PRIVATE(QStaticPropertyValueRemovedChangeBase)
- explicit QStaticPropertyValueRemovedChangeBase(QNodeId subjectId);
+ Q3D_DECL_DEPRECATED explicit QStaticPropertyValueRemovedChangeBase(QNodeId subjectId);
QStaticPropertyValueRemovedChangeBase(QStaticPropertyValueRemovedChangeBasePrivate &dd,
QNodeId subjectId);
};