diff options
author | Marco Bubke <marco.bubke@theqtcompany.com> | 2016-01-19 14:54:59 +0100 |
---|---|---|
committer | Marco Bubke <marco.bubke@theqtcompany.com> | 2016-02-02 11:26:58 +0000 |
commit | f41c6b0c4bc044a09b2219a3e1ee6bb872e5c699 (patch) | |
tree | 996b54ea4f7950c572e97692a4843b5b8195688f /src/plugins/fakevim | |
parent | a0cc107b74781806a858fb60adc3ba72de36c4b9 (diff) | |
download | qt-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/fakevim')
-rw-r--r-- | src/plugins/fakevim/fakevimplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fakevim/fakevimplugin.cpp b/src/plugins/fakevim/fakevimplugin.cpp index 259efa97ba..f4c7972a12 100644 --- a/src/plugins/fakevim/fakevimplugin.cpp +++ b/src/plugins/fakevim/fakevimplugin.cpp @@ -933,7 +933,7 @@ public: return text() == m_provider->needle(); } - void applyContextualContent(TextEditorWidget *, int) const override + void applyContextualContent(TextDocumentManipulatorInterface &, int) const override { QTC_ASSERT(m_provider->handler(), return); m_provider->handler()->handleReplay(text().mid(m_provider->needle().size())); |