diff options
author | Eike Ziller <eike.ziller@digia.com> | 2013-07-12 15:36:29 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@digia.com> | 2013-07-12 16:43:54 +0200 |
commit | 624d9e2c4cd9c0d5d29a0e76e91a9e587b051010 (patch) | |
tree | a7a2561c20e34bd22f79271d311ce40f3d8bbe04 /src/plugins/pythoneditor | |
parent | 3cde52846eceba5ee89b2c1d6816d1b97add1ccb (diff) | |
download | qt-creator-624d9e2c4cd9c0d5d29a0e76e91a9e587b051010.tar.gz |
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/pythoneditor')
-rw-r--r-- | src/plugins/pythoneditor/pythoneditor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/pythoneditor/pythoneditor.h b/src/plugins/pythoneditor/pythoneditor.h index 435fb08560..f7bf8e33b4 100644 --- a/src/plugins/pythoneditor/pythoneditor.h +++ b/src/plugins/pythoneditor/pythoneditor.h @@ -49,7 +49,6 @@ public: Core::IEditor *duplicate(QWidget *parent); Core::Id id() const; - bool isTemporary() const { return false; } /** Opens file for editing, actual work performed by base class |