summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteobjects/qremoteobjectnode_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectnode_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode_p.h b/src/remoteobjects/qremoteobjectnode_p.h
index 41d8562..2f30fc1 100644
--- a/src/remoteobjects/qremoteobjectnode_p.h
+++ b/src/remoteobjects/qremoteobjectnode_p.h
@@ -90,7 +90,7 @@ public:
~QRemoteObjectMetaObjectManager();
const QMetaObject *metaObjectForType(const QString &type);
- QMetaObject *addDynamicType(QDataStream &in);
+ QMetaObject *addDynamicType(IoDeviceBase* connection, QDataStream &in);
void addFromReplica(QConnectedReplicaImplementation *rep);
private: