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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remoteobjects/qtremoteobjectglobal.h b/src/remoteobjects/qtremoteobjectglobal.h
index b08f1f7..995a96f 100644
--- a/src/remoteobjects/qtremoteobjectglobal.h
+++ b/src/remoteobjects/qtremoteobjectglobal.h
@@ -155,6 +155,7 @@ void copyStoredProperties(QDataStream &src, T *dst)
enum QRemoteObjectPacketTypeEnum
{
Invalid = 0,
+ Handshake,
InitPacket,
InitDynamicPacket,
AddObject,