summaryrefslogtreecommitdiff
path: root/src/plugins/clangcodemodel/clangassistproposalitem.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2016-01-19 14:54:59 +0100
committerMarco Bubke <marco.bubke@theqtcompany.com>2016-02-02 11:26:58 +0000
commitf41c6b0c4bc044a09b2219a3e1ee6bb872e5c699 (patch)
tree996b54ea4f7950c572e97692a4843b5b8195688f /src/plugins/clangcodemodel/clangassistproposalitem.h
parenta0cc107b74781806a858fb60adc3ba72de36c4b9 (diff)
downloadqt-creator-f41c6b0c4bc044a09b2219a3e1ee6bb872e5c699.tar.gz
Clang: Remove TextEditorWidget from AssistProposalItemInterface
Change-Id: I0ac924f88c1347d1b0027c47118b7ed21daf4869 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Diffstat (limited to 'src/plugins/clangcodemodel/clangassistproposalitem.h')
-rw-r--r--src/plugins/clangcodemodel/clangassistproposalitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/clangcodemodel/clangassistproposalitem.h b/src/plugins/clangcodemodel/clangassistproposalitem.h
index 776d7e196a..8a132b1c1d 100644
--- a/src/plugins/clangcodemodel/clangassistproposalitem.h
+++ b/src/plugins/clangcodemodel/clangassistproposalitem.h
@@ -41,7 +41,7 @@ class ClangAssistProposalItem final : public TextEditor::AssistProposalItemInter
public:
bool prematurelyApplies(const QChar &typedCharacter) const final;
bool implicitlyApplies() const final;
- void apply(TextEditor::TextEditorWidget *editorWidget, int basePosition) const final;
+ void apply(TextEditor::TextDocumentManipulatorInterface &manipulator, int basePosition) const final;
void setText(const QString &text);
QString text() const final;