diff options
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.cpp')
-rw-r--r-- | src/plugins/texteditor/snippets/snippeteditor.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.cpp b/src/plugins/texteditor/snippets/snippeteditor.cpp index 3d4dbe17d9..eae0b91be1 100644 --- a/src/plugins/texteditor/snippets/snippeteditor.cpp +++ b/src/plugins/texteditor/snippets/snippeteditor.cpp @@ -73,9 +73,4 @@ void SnippetEditorWidget::focusOutEvent(QFocusEvent *event) BaseTextEditorWidget::focusOutEvent(event); } -BaseTextEditor *SnippetEditorWidget::createEditor() -{ - QTC_ASSERT("should not happen anymore" && false, return 0); -} - } // namespace |