From 27a2ebb0d7cc8328e1383008e36ad0cc01ff0446 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 30 Sep 2016 21:10:32 +0200 Subject: Autotools: Use foldernode helpers to construct project tree Change-Id: Id0eaebb4035e8bd2fb29cc4f0317151ab00dcce6 Reviewed-by: hjk --- .../autotoolsprojectmanager/autotoolsproject.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/plugins/autotoolsprojectmanager/autotoolsproject.h') diff --git a/src/plugins/autotoolsprojectmanager/autotoolsproject.h b/src/plugins/autotoolsprojectmanager/autotoolsproject.h index e43ee163e0..d98686a81f 100644 --- a/src/plugins/autotoolsprojectmanager/autotoolsproject.h +++ b/src/plugins/autotoolsprojectmanager/autotoolsproject.h @@ -102,25 +102,6 @@ private: */ void onFileChanged(const QString &file); - /** - * Creates folder-nodes and file-nodes for the project tree. - */ - void buildFileNodeTree(const QDir &directory, - const QStringList &files); - - /** - * Helper function for buildFileNodeTree(): Inserts a new folder-node for - * the directory \p nodeDir and inserts it into \p nodes. If no parent - * folder exists, it will be created recursively. - */ - ProjectExplorer::FolderNode *insertFolderNode(const QDir &nodeDir, - QHash &nodes); - - /** - * @return All nodes (including sub-folder- and file-nodes) for the given parent folder. - */ - QList nodes(ProjectExplorer::FolderNode *parent) const; - /** * This function is in charge of the code completion. */ -- cgit v1.2.1