aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projecttree.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-12-19 13:37:23 +0100
committerTobias Hunger <tobias.hunger@qt.io>2016-12-21 14:22:41 +0000
commit5d8134f57c5834c1a2c6353fe57f5f076dfe5513 (patch)
tree96f3b70474dcf873505e957a96ed9342ab9156ea /src/plugins/projectexplorer/projecttree.h
parent63cf5b8ad6800b753f63d2c6bcac59cf33ccbc64 (diff)
ProjectTree: De-duplicate functionality
Change-Id: I465e07c0764ca3dcbf6a6082670b140eb2b01374 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projecttree.h')
-rw-r--r--src/plugins/projectexplorer/projecttree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projecttree.h b/src/plugins/projectexplorer/projecttree.h
index cd1ec25ef8..196e280c14 100644
--- a/src/plugins/projectexplorer/projecttree.h
+++ b/src/plugins/projectexplorer/projecttree.h
@@ -55,7 +55,6 @@ public:
static void registerWidget(Internal::ProjectTreeWidget *widget);
static void unregisterWidget(Internal::ProjectTreeWidget *widget);
static void nodeChanged(Internal::ProjectTreeWidget *widget);
- static Project *projectForNode(Node *node);
static void aboutToShutDown();