aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfprofilertool.h
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/perfprofilertool.h
parentd3cf7cd553094f51776173dce1cbadca2edf20de (diff)
PerfProfiler: Remove unused signal
Change-Id: If495c0933c6b786c85ab44defca0c2cfc50a51d1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/plugins/perfprofiler/perfprofilertool.h')
-rw-r--r--src/plugins/perfprofiler/perfprofilertool.h1
1 files changed, 0 insertions, 1 deletions
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();