aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourcenode.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-14 10:38:44 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-01-15 10:09:58 +0100
commitfdadddfb7a7087e48fc65ffb0af19d03db593295 (patch)
treed6fa95d370ce85a98c5d2ad9eb3265c79961885d /src/plugins/resourceeditor/resourcenode.h
parent33c55923cb50a359ddb16320056fb67192566284 (diff)
ResourceEditor: Remove unused member from ResourceFileNode
Change-Id: I98c9fe975a200728dcd32f18706b6bc2e59ca686 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourcenode.h')
-rw-r--r--src/plugins/resourceeditor/resourcenode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourcenode.h b/src/plugins/resourceeditor/resourcenode.h
index ab6d05724b..744d357c11 100644
--- a/src/plugins/resourceeditor/resourcenode.h
+++ b/src/plugins/resourceeditor/resourcenode.h
@@ -106,7 +106,6 @@ public:
QList<ProjectExplorer::ProjectAction> supportedActions(Node *node) const;
private:
- ResourceTopLevelNode *m_topLevel;
QString m_displayName;
QString m_qrcPath;
};