aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-09-03 12:47:35 +0200
committerhjk <hjk@qt.io>2019-09-03 11:38:27 +0000
commita33b2b2ec90613450e73657c7416d0c0b7c60bf3 (patch)
treea965968758b7da81a42d1a23959a19324ff209aa /src/plugins/perfprofiler
parentd3cf7cd553094f51776173dce1cbadca2edf20de (diff)
PerfProfiler: Remove unused signal
Change-Id: If495c0933c6b786c85ab44defca0c2cfc50a51d1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/perfprofiler')
-rw-r--r--src/plugins/perfprofiler/perfprofilertool.cpp1
-rw-r--r--src/plugins/perfprofiler/perfprofilertool.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/perfprofiler/perfprofilertool.cpp b/src/plugins/perfprofiler/perfprofilertool.cpp
index bb71f925da..3cb39f968e 100644
--- a/src/plugins/perfprofiler/perfprofilertool.cpp
+++ b/src/plugins/perfprofiler/perfprofilertool.cpp
@@ -355,7 +355,6 @@ void PerfProfilerTool::createViews()
m_perspective.addToolBarWidget(m_tracePointsButton);
m_perspective.setAboutToActivateCallback(Perspective::Callback());
- emit viewsCreated();
}
PerfProfilerTool *PerfProfilerTool::instance()
diff --git a/src/plugins/perfprofiler/perfprofilertool.h b/src/plugins/perfprofiler/perfprofilertool.h
index 57b71f2d1e..cd8c01764c 100644
--- a/src/plugins/perfprofiler/perfprofilertool.h
+++ b/src/plugins/perfprofiler/perfprofilertool.h
@@ -72,7 +72,6 @@ public:
signals:
void recordingChanged(bool recording);
void aggregatedChanged(bool aggregated);
- void viewsCreated();
private:
void createViews();