summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/snippets/snippeteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.h')
-rw-r--r--src/plugins/texteditor/snippets/snippeteditor.h1
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;
};