summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode_p.h
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2015-12-25 16:30:04 -0500
committerBrett Stottlemyer <bstottle@ford.com>2015-12-31 15:17:54 +0000
commit6bb46905ab0717b5f62f19aae559c2a9fcc4668d (patch)
treeac50b5d5d4c1e214e28110dbc4c2e1b866abaacd /src/remoteobjects/qremoteobjectnode_p.h
parent840ffa8daee5462d809e0681b33292ee0f273343 (diff)
Provide ReplicaPrivateStub
Before a default Replica constructor can be provided, there needs to be a Replica private type that supports the default functionality (isInitialized, get/set/default properties) but isn't tied to a Node. This change adds said stub private type. Change-Id: I3665586670967edbeeda6e03130e6cfe544f324f Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Kevin Funk <kfunk@kde.org> Reviewed-by: Michael Brasser <michael.brasser@live.com>
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 08cf8dd..6652844 100644
--- a/src/remoteobjects/qremoteobjectnode_p.h
+++ b/src/remoteobjects/qremoteobjectnode_p.h
@@ -94,7 +94,7 @@ public:
QAtomicInt isInitialized;
QMutex mutex;
QUrl registryAddress;
- QHash<QString, QWeakPointer<QRemoteObjectReplicaPrivate> > replicas;
+ QHash<QString, QWeakPointer<QReplicaPrivateInterface> > replicas;
QMap<QString, ClientIoDevice*> connectedSources;
QSet<ClientIoDevice*> pendingReconnect;
QSet<QUrl> requestedUrls;