summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qtremoteobjectglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteobjects/qtremoteobjectglobal.h')
-rw-r--r--src/remoteobjects/qtremoteobjectglobal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/remoteobjects/qtremoteobjectglobal.h b/src/remoteobjects/qtremoteobjectglobal.h
index 69ba108..4a9ca81 100644
--- a/src/remoteobjects/qtremoteobjectglobal.h
+++ b/src/remoteobjects/qtremoteobjectglobal.h
@@ -136,6 +136,8 @@ Q_REMOTEOBJECTS_EXPORT void copyStoredProperties(const QMetaObject *mo, const vo
Q_REMOTEOBJECTS_EXPORT void copyStoredProperties(const QMetaObject *mo, const void *src, QDataStream &dst);
Q_REMOTEOBJECTS_EXPORT void copyStoredProperties(const QMetaObject *mo, QDataStream &src, void *dst);
+QString getTypeNameAndMetaobjectFromClassInfo(const QMetaObject *& meta);
+
template <typename T>
void copyStoredProperties(const T *src, T *dst)
{