aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/projectnodes.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-03-10 16:16:30 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-03-10 16:44:23 +0000
commit7648504a30a0042da94f603ff66ad3b0f1d2c51c (patch)
tree3cd9703f9f4146aed62045ff51df27adc242777e /src/plugins/projectexplorer/projectnodes.h
parent3c85c0057740db9c1d37b800726741cb0a77b63e (diff)
FolderNode: Remove makeEmpty() again
It is no longer necessary. Change-Id: Id044ace6f0861bc0fc659fb6d6823da1f0082bc9 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectnodes.h')
-rw-r--r--src/plugins/projectexplorer/projectnodes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectnodes.h b/src/plugins/projectexplorer/projectnodes.h
index acf9fa05e3..176b126f64 100644
--- a/src/plugins/projectexplorer/projectnodes.h
+++ b/src/plugins/projectexplorer/projectnodes.h
@@ -235,7 +235,6 @@ public:
void addNode(Node *node);
void removeNode(Node *node);
- void makeEmpty();
bool isEmpty() const;
FolderNode *asFolderNode() override { return this; }