From 9fd2fe5a9a0b4824ac22c8c46b2dd1ed55ce8bfa Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 30 Jul 2014 17:02:39 +0200 Subject: TextEditor: Make completion assist provider a data member In case of the CppEditor a direct member is not possible due to setup restrictions inside the CppEditor machinery. I'd expect that to be fixable when the editor base system is in good shape. Change-Id: I184e219ca2dff6f67c9b58c182212eb12972cc84 Reviewed-by: Christian Stenger --- src/plugins/qmakeprojectmanager/profileeditor.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/qmakeprojectmanager/profileeditor.h') diff --git a/src/plugins/qmakeprojectmanager/profileeditor.h b/src/plugins/qmakeprojectmanager/profileeditor.h index c28c5d0aff..d586cc49b4 100644 --- a/src/plugins/qmakeprojectmanager/profileeditor.h +++ b/src/plugins/qmakeprojectmanager/profileeditor.h @@ -48,7 +48,6 @@ public: ProFileEditor(ProFileEditorWidget *); Core::IEditor *duplicate(); - TextEditor::CompletionAssistProvider *completionAssistProvider(); }; class ProFileEditorWidget : public TextEditor::BaseTextEditorWidget -- cgit v1.2.1