aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basetexteditor.cpp
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-09-02 12:16:48 +0200
committerhjk <hjk121@nokiamail.com>2014-09-02 14:52:42 +0200
commit8dc9d67e898ecb9afa239fcba914ed178931901b (patch)
tree5bd1b93f25248227deac2be443ee871742a14e42 /src/plugins/texteditor/basetexteditor.cpp
parent775825aecd204290d7215ce07c6ce731720c8c35 (diff)
QmlJSEditor: Remove temporary code assists setup hack
It's taken care of by the normal factory based setup now. Change-Id: Ia53551740cf5ef2998765ea1003ba8e7f9c30e46 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/texteditor/basetexteditor.cpp')
-rw-r--r--src/plugins/texteditor/basetexteditor.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/texteditor/basetexteditor.cpp b/src/plugins/texteditor/basetexteditor.cpp
index 75a581111f..3f6fca2624 100644
--- a/src/plugins/texteditor/basetexteditor.cpp
+++ b/src/plugins/texteditor/basetexteditor.cpp
@@ -6551,11 +6551,6 @@ void BaseTextEditor::setEditorWidget(BaseTextEditorWidget *widget)
setWidget(widget);
}
-void BaseTextEditor::configureCodeAssistant()
-{
- editorWidget()->d->m_codeAssistant.configure(this);
-}
-
BaseTextEditor::~BaseTextEditor()
{
delete m_widget;