CtfVisualizer: Remove unused signal

Change-Id: I29c47b279dcf1002fa1ffabcb0cd1f2865d4c683
Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
This commit is contained in:
hjk
2019-09-03 12:42:47 +02:00
parent db6492f847
commit 6cb1268f49
2 changed files with 0 additions and 4 deletions

View File

@@ -114,7 +114,6 @@ void CtfVisualizerTool::createViews()
m_perspective.addWindow(m_statisticsView, Utils::Perspective::AddToTab, m_traceView);
m_perspective.setAboutToActivateCallback(Utils::Perspective::Callback());
emit viewsCreated();
}
Timeline::TimelineModelAggregator *CtfVisualizerTool::modelAggregator() const

View File

@@ -57,9 +57,6 @@ public:
void loadJson();
signals:
void viewsCreated();
private:
void createViews();