summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectnode_p.h
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2015-12-25 17:14:28 -0500
committerBrett Stottlemyer <bstottle@ford.com>2015-12-31 15:00:45 +0000
commit3a6414a7532160d0c4aab4ed78518bd56c351e4f (patch)
treed54aa4bd764f0c245af504df20046f3cc5e8cb4b /src/remoteobjects/qremoteobjectnode_p.h
parentaf375b16c3c000be8bace33f9d25f7c070644c3b (diff)
Use parent to handle ClientIoDevice delete
A previous change added the parent QObject, but we still did manual close()/delete. Change-Id: I8e4e951b6da597dd14a9251c0db206b3ca8acd58 Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remoteobjects/qremoteobjectnode_p.h b/src/remoteobjects/qremoteobjectnode_p.h
index ec67ef1..cfef3b2 100644
--- a/src/remoteobjects/qremoteobjectnode_p.h
+++ b/src/remoteobjects/qremoteobjectnode_p.h
@@ -99,7 +99,6 @@ public:
QUrl registryAddress;
QHash<QString, QWeakPointer<QRemoteObjectReplicaPrivate> > replicas;
QMap<QString, ClientIoDevice*> connectedSources;
- QSet<ClientIoDevice*> knownNodes;
QSet<ClientIoDevice*> pendingReconnect;
QSet<QUrl> requestedUrls;
QSignalMapper clientRead;