aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-02-26 08:24:16 +0100
committerhjk <hjk@qt.io>2019-02-26 13:37:16 +0000
commit0b593951d0cf9108c1ad5a9e0451c27ea7914944 (patch)
treefa27c585d1af7c246573a937f19204dc97fb8960 /src/plugins/resourceeditor/resourcenode.h
parent5cc1aee7ff9f651835524e86c26414f4526a992a (diff)
ResourceEditor: Use Node::setIsGenerated setter
Change-Id: I51029f4d92b6959da363dc9f4f5efddf63c57894 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index 38175c322d..edfd4cb8d0 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -34,7 +34,7 @@ namespace Internal { class ResourceFileWatcher; }
class RESOURCE_EXPORT ResourceTopLevelNode : public ProjectExplorer::FolderNode
{
public:
- ResourceTopLevelNode(const Utils::FileName &filePath, bool generated,
+ ResourceTopLevelNode(const Utils::FileName &filePath,
const QString &contents, FolderNode *parent);
~ResourceTopLevelNode() override;