aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakeeditor.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-07-30 17:02:39 +0200
committerhjk <hjk121@nokiamail.com>2014-07-31 12:40:52 +0200
commit9fd2fe5a9a0b4824ac22c8c46b2dd1ed55ce8bfa (patch)
treeaf98647c2a317fffd381ff4ced176fa26a9c41d8 /src/plugins/cmakeprojectmanager/cmakeeditor.h
parent80fb77285666fa12378aefabc4cc0290639d942c (diff)
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 <christian.stenger@digia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeeditor.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeeditor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeeditor.h b/src/plugins/cmakeprojectmanager/cmakeeditor.h
index 9205651f65..5c59481d47 100644
--- a/src/plugins/cmakeprojectmanager/cmakeeditor.h
+++ b/src/plugins/cmakeprojectmanager/cmakeeditor.h
@@ -53,7 +53,6 @@ public:
CMakeEditor(CMakeEditorWidget *);
Core::IEditor *duplicate();
- TextEditor::CompletionAssistProvider *completionAssistProvider();
QString contextHelpId() const;