aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/resourceeditor/resourceeditorw.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2013-07-12 15:36:29 +0200
committerEike Ziller <eike.ziller@digia.com>2013-07-12 16:43:54 +0200
commit624d9e2c4cd9c0d5d29a0e76e91a9e587b051010 (patch)
treea7a2561c20e34bd22f79271d311ce40f3d8bbe04 /src/plugins/resourceeditor/resourceeditorw.h
parent3cde52846eceba5ee89b2c1d6816d1b97add1ccb (diff)
Move IEditor::isTemporary to IDocument
It's a property of the document implementation, not of the specific editor instance working on it. Change-Id: I5c3dd054e21b646e2d94b891916a096d045923f8 Reviewed-by: hjk <hjk121@nokiamail.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 e76f1d938a..5a3e222005 100644
--- a/src/plugins/resourceeditor/resourceeditorw.h
+++ b/src/plugins/resourceeditor/resourceeditorw.h
@@ -92,7 +92,6 @@ public:
QWidget *toolBar();
void setSuggestedFileName(const QString &fileName);
- bool isTemporary() const { return false; }
private slots:
void onUndoStackChanged(bool canUndo, bool canRedo);