summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-11-02 15:57:14 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-11-05 09:16:42 +0000
commit20a2831ada983da53798c9df178f1e4c1a1896d8 (patch)
tree0761214644a5115a084b2cda8a944bb288e29f98 /src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
parent8350ef501cad977ca9426933e8f10dde33796f85 (diff)
Remove unused dispatch event
Change-Id: Ia181b9d1bda360fddbf1e01568b009b0f406c33f Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
index 96e95407..c4166d05 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.cpp
@@ -130,13 +130,6 @@ void InspectorControlView::OnClosingPresentation()
m_fileList.clear();
}
-void InspectorControlView::OnLoadedSubPresentation()
-{
- m_DirectoryConnection = g_StudioApp.getDirectoryWatchingSystem().AddDirectory(
- g_StudioApp.GetCore()->getProjectFile().getProjectPath(),
- std::bind(&InspectorControlView::onFilesChanged, this, std::placeholders::_1));
-}
-
void InspectorControlView::OnTimeChanged()
{
m_inspectorControlModel->refresh();