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