aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2017-01-19 11:32:53 +0100
committerhjk <hjk@qt.io>2017-01-26 10:32:22 +0000
commite20549d29546e768725be68056862f45682e5b0c (patch)
tree5e6e403c30b897a5dfe8b84f80b5a8c4dc8afbca /src/plugins/resourceeditor/resourcenode.h
parent4012611aabeec3fe3bbe834a941af8843fb3b6b6 (diff)
ProjectManager: Add function to set a list of files in folder nodes
... instead of having to remove/add. Use it in some places in QmakeProjectManager and the ResourceEditor where the (sub)tree is rebuild anyway. Change-Id: I46b3c078c576b72dba6e87432570d030b7572026 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index 2b9f4ab237..1ea628e393 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -112,8 +112,6 @@ public:
QString lang() const;
ResourceTopLevelNode *resourceNode() const;
private:
- void updateFolders(QList<ProjectExplorer::FolderNode *> newList);
- void updateFiles(QList<ProjectExplorer::FileNode *> newList);
ResourceTopLevelNode *m_topLevelNode;
QString m_prefix;
QString m_lang;
@@ -140,8 +138,6 @@ public:
ResourceFolderNode *prefixNode() const;
private:
- void updateFiles(QList<ProjectExplorer::FileNode *> newList);
- void updateFolders(QList<ProjectExplorer::FolderNode *> newList);
QString m_folderName;
QString m_displayName;
QString m_prefix;