diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2022-02-04 11:04:52 +0100 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2022-02-04 14:23:24 +0000 |
commit | 0e7de92319c13f52e6615726b837640423232c1e (patch) | |
tree | 994d30473116283f2eb4ea67ddf9cb3612b4c40c /src/plugins/languageclient/languageclientquickfix.h | |
parent | 3a6dff6743534760af3395864c84616d83db61bb (diff) | |
download | qt-creator-0e7de92319c13f52e6615726b837640423232c1e.tar.gz |
ClangCodeModel: Retrieve all kinds of clangd tweaks
Contrary to our expectation, the "quickfix" tweaks are not part of the
inline code actions after all.
User-observable effect: "Populate switch" becomes available.
Amends 8b63dfccc6.
Change-Id: I4f7fa25a58bb54dbdb470d7db064b4d804c34d26
Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/languageclient/languageclientquickfix.h')
-rw-r--r-- | src/plugins/languageclient/languageclientquickfix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/languageclient/languageclientquickfix.h b/src/plugins/languageclient/languageclientquickfix.h index 988fb667a2..165760b44e 100644 --- a/src/plugins/languageclient/languageclientquickfix.h +++ b/src/plugins/languageclient/languageclientquickfix.h @@ -85,8 +85,6 @@ private: QSharedPointer<const TextEditor::AssistInterface> m_assistInterface; Client *m_client = nullptr; // not owned Utils::optional<LanguageServerProtocol::MessageId> m_currentRequest; - QList<LanguageServerProtocol::CodeActionKind> m_onlyKinds; }; - } // namespace LanguageClient |