summaryrefslogtreecommitdiff
path: root/src/plugins/autotoolsprojectmanager/autotoolsproject.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2016-09-30 21:10:32 +0200
committerTobias Hunger <tobias.hunger@qt.io>2016-10-05 15:42:55 +0000
commit27a2ebb0d7cc8328e1383008e36ad0cc01ff0446 (patch)
tree4c9c3b62c26b83ecf2363195647cba1b3a4dde67 /src/plugins/autotoolsprojectmanager/autotoolsproject.h
parent69627e494ba539c1463b511fdc898ff95f550b51 (diff)
downloadqt-creator-27a2ebb0d7cc8328e1383008e36ad0cc01ff0446.tar.gz
Autotools: Use foldernode helpers to construct project tree
Change-Id: Id0eaebb4035e8bd2fb29cc4f0317151ab00dcce6 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager/autotoolsproject.h')
-rw-r--r--src/plugins/autotoolsprojectmanager/autotoolsproject.h19
1 files changed, 0 insertions, 19 deletions
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
@@ -103,25 +103,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<QString, ProjectExplorer::Node *> &nodes);
-
- /**
- * @return All nodes (including sub-folder- and file-nodes) for the given parent folder.
- */
- QList<ProjectExplorer::Node *> nodes(ProjectExplorer::FolderNode *parent) const;
-
- /**
* This function is in charge of the code completion.
*/
void updateCppCodeModel();