diff options
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 |