LanguageClient: use separate variable to save shutdown state

The LanguageClientManager might be already gone.

Change-Id: Ia674a8c76e0c1bb39e1503be9cffc20fd69120bb
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
David Schulz
2022-10-11 10:24:57 +02:00
parent 76ffb54e90
commit fc24f5c26d
2 changed files with 8 additions and 8 deletions

View File

@@ -100,7 +100,6 @@ private:
QList<Client *> reachableClients();
bool m_shuttingDown = false;
QList<Client *> m_clients;
QList<BaseSettings *> m_currentSettings; // owned
QMap<QString, QList<Client *>> m_clientsForSetting;