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/texteditor/snippets/snippeteditor.h | |
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/texteditor/snippets/snippeteditor.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippeteditor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.h b/src/plugins/texteditor/snippets/snippeteditor.h index 043e81ba69..6e4e49f1ce 100644 --- a/src/plugins/texteditor/snippets/snippeteditor.h +++ b/src/plugins/texteditor/snippets/snippeteditor.h @@ -50,7 +50,6 @@ public: bool duplicateSupported() const { return false; } Core::IEditor *duplicate(QWidget * /* parent */ ) { return 0; } - bool isTemporary() const { return false; } Core::Id id() const; }; |