From 624d9e2c4cd9c0d5d29a0e76e91a9e587b051010 Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Fri, 12 Jul 2013 15:36:29 +0200 Subject: 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 Reviewed-by: Eike Ziller --- src/plugins/pythoneditor/pythoneditor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/pythoneditor') 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 -- cgit v1.2.1