From 0e7de92319c13f52e6615726b837640423232c1e Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 4 Feb 2022 11:04:52 +0100 Subject: 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 --- src/plugins/languageclient/languageclientquickfix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/languageclient/languageclientquickfix.h') 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 m_assistInterface; Client *m_client = nullptr; // not owned Utils::optional m_currentRequest; - QList m_onlyKinds; }; - } // namespace LanguageClient -- cgit v1.2.1