aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-14 16:49:16 +0200
committerUlf Hermann <ulf.hermann@theqtcompany.com>2015-09-15 08:27:38 +0000
commit3bab9750baa8c986d9348612c1bf1b058da7dda5 (patch)
tree051ae7c232e82a47d7240a0d3207d780fecd0468 /src/plugins
parent2680de3b518d60451d7637633dc1c2e836c9ef21 (diff)
QQmlDebugServer: Drop duplicate service removal
Change-Id: I84dbca02dfa5ae7b0dd094b9999d08459f8e2084 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp b/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp
index 7dd0280a29..6af43b1823 100644
--- a/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp
+++ b/src/plugins/qmltooling/qmldbg_server/qqmldebugserver.cpp
@@ -646,8 +646,6 @@ bool QQmlDebugServerImpl::removeService(const QString &name)
disconnect(service, SIGNAL(messageToClient(QString,QByteArray)),
this, SLOT(sendMessage(QString,QByteArray)));
- m_plugins.remove(service->name());
-
return true;
}