IEditor: Make duplicatesSupported a value member

Change-Id: Iee75dd4155d5074bb319df79d006b6d5e2989e14
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
hjk
2014-05-08 16:07:24 +02:00
parent b739ad38d4
commit 3462c5ef42
22 changed files with 34 additions and 18 deletions

View File

@@ -48,7 +48,6 @@ class TEXTEDITOR_EXPORT SnippetEditor : public BaseTextEditor
public:
SnippetEditor(SnippetEditorWidget *editorWidget);
bool duplicateSupported() const { return false; }
Core::IEditor *duplicate() { return 0; }
};