aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-02-24 15:03:25 +0100
committerEike Ziller <eike.ziller@digia.com>2014-02-25 10:36:25 +0100
commit6c6f47f86ccc8603da6199c1aaa1434a7379664d (patch)
tree4e835032a42dcdf277e8f82fd1d4765098275818 /src/plugins/resourceeditor/resourceeditorw.h
parent9035a9b77a215d63b094eb43ef5dd100a261e5de (diff)
Core: Make IEditor::id a value member and adjust users
Change-Id: I47e457c4a1821c515cd8a740d27bfe005a0c09e6 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/resourceeditor/resourceeditorw.h')
-rw-r--r--src/plugins/resourceeditor/resourceeditorw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/resourceeditor/resourceeditorw.h b/src/plugins/resourceeditor/resourceeditorw.h
index 60ab486885..870e00c5a0 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -88,7 +88,6 @@ public:
// IEditor
bool open(QString *errorString, const QString &fileName, const QString &realFileName);
Core::IDocument *document() { return m_resourceDocument; }
- Core::Id id() const;
QWidget *toolBar();
void setSuggestedFileName(const QString &fileName);