summaryrefslogtreecommitdiffstats
path: root/src/core/changes/qpropertyvalueaddedchangebase.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2019-12-02 17:19:03 +0000
committerMike Krus <mike.krus@kdab.com>2019-12-09 13:40:08 +0000
commit6e448dd5918c70ddfd0d52f62522fa49c02e8ba8 (patch)
treeff938f659a74c3f3609ba556f78411cb64bcc1dc /src/core/changes/qpropertyvalueaddedchangebase.h
parent4505f5acbc346a0cea6ccf5e7d02c75c6e3ca4cb (diff)
Deprecate message API
Deprecates the message classes and the public APIs to send/receive them. (deprecates the constructors as deprecating classes breaks syncqt) Change-Id: I4908f15c3c5f1d63969a0f2e11f6ecb22e2e3748 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'src/core/changes/qpropertyvalueaddedchangebase.h')
-rw-r--r--src/core/changes/qpropertyvalueaddedchangebase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/changes/qpropertyvalueaddedchangebase.h b/src/core/changes/qpropertyvalueaddedchangebase.h
index 2be39ad47..148411de8 100644
--- a/src/core/changes/qpropertyvalueaddedchangebase.h
+++ b/src/core/changes/qpropertyvalueaddedchangebase.h
@@ -56,12 +56,12 @@ public:
~QPropertyValueAddedChangeBase();
protected:
- explicit QPropertyValueAddedChangeBase(QNodeId subjectId);
- explicit QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd, QNodeId subjectId);
+ Q3D_DECL_DEPRECATED explicit QPropertyValueAddedChangeBase(QNodeId subjectId);
+ Q3D_DECL_DEPRECATED explicit QPropertyValueAddedChangeBase(QPropertyValueAddedChangeBasePrivate &dd, QNodeId subjectId);
Q_DECLARE_PRIVATE(QPropertyValueAddedChangeBase)
};
-typedef QSharedPointer<QPropertyValueAddedChangeBase> QPropertyValueAddedChangeBasePtr;
+Q3D_DECL_DEPRECATED typedef QSharedPointer<QPropertyValueAddedChangeBase> QPropertyValueAddedChangeBasePtr;
} // namespace Qt3DCore