forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -883,11 +883,6 @@ QmlJSEditor::QmlJSEditor()
|
||||
setCompletionAssistProvider(ExtensionSystem::PluginManager::getObject<Internal::QmlJSCompletionAssistProvider>());
|
||||
}
|
||||
|
||||
void QmlJSEditor::finalizeInitialization()
|
||||
{
|
||||
configureCodeAssistant();
|
||||
}
|
||||
|
||||
bool QmlJSEditor::isDesignModePreferred() const
|
||||
{
|
||||
// stay in design mode if we are there
|
||||
|
||||
Reference in New Issue
Block a user