summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode_p.h
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2015-11-30 10:44:12 -0600
committerBrett Stottlemyer <bstottle@ford.com>2015-12-01 10:11:23 +0000
commit57adfeb001e34209c82b6e509f49ed341483bb23 (patch)
treee0c5c0746aa630940fd8241e9838d29c223aef60 /src/remoteobjects/qremoteobjectnode_p.h
parent2cc5fac09f0f7e5bd9d2bdb6d3cc8f90ef47ff69 (diff)
Make connection factories static
Removed qconnectionabstractfactory_p.h and made static versions of the client/server factories. This will make it possible to add more backends without having to re- compile the factory constructors. Change-Id: I5da780cc871c507d5cc67eaeac96817a785355bc Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectnode_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectnode_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode_p.h b/src/remoteobjects/qremoteobjectnode_p.h
index 0f6b688..fefe374 100644
--- a/src/remoteobjects/qremoteobjectnode_p.h
+++ b/src/remoteobjects/qremoteobjectnode_p.h
@@ -99,7 +99,6 @@ public:
QMutex mutex;
QUrl registryAddress;
QHash<QString, QWeakPointer<QRemoteObjectReplicaPrivate> > replicas;
- QConnectionClientFactory m_factory;
QMap<QString, ClientIoDevice*> connectedSources;
QSet<ClientIoDevice*> knownNodes;
QSet<ClientIoDevice*> pendingReconnect;