summaryrefslogtreecommitdiff
path: root/src/plugins/qmakeprojectmanager/profileeditor.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/qmakeprojectmanager/profileeditor.h
parent80fb77285666fa12378aefabc4cc0290639d942c (diff)
downloadqt-creator-9fd2fe5a9a0b4824ac22c8c46b2dd1ed55ce8bfa.tar.gz
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/qmakeprojectmanager/profileeditor.h')
-rw-r--r--src/plugins/qmakeprojectmanager/profileeditor.h1
1 files changed, 0 insertions, 1 deletions
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