aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-06-02 15:56:46 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-06-03 08:44:52 +0000
commit7d5d0262448f8ed034d192a1f450c9fcfa3ea085 (patch)
tree9e6c0581d606751b22bc436aad21050da4a14359 /src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
parentc3a873b90689ea82c380d8b2712497ffa98e62b7 (diff)
QmlProfiler: Remove useless dtor
Signals will be disconnected by QObject dtor anyway. Change-Id: I193fa207e02b8f91258d165f0a7eacb0ccc4b9df Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp')
-rw-r--r--src/plugins/qmlprofiler/localqmlprofilerrunner.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
index 114e92ca0f..d7c7c1058e 100644
--- a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
+++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
@@ -81,11 +81,6 @@ LocalQmlProfilerRunner::LocalQmlProfilerRunner(const Configuration &configuratio
this, &LocalQmlProfilerRunner::stop);
}
-LocalQmlProfilerRunner::~LocalQmlProfilerRunner()
-{
- disconnect();
-}
-
void LocalQmlProfilerRunner::start()
{
StandardRunnable runnable = m_configuration.debuggee;