diff options
| author | David Schulz <david.schulz@qt.io> | 2022-09-02 09:26:12 +0200 |
|---|---|---|
| committer | David Schulz <david.schulz@qt.io> | 2022-09-05 10:57:54 +0000 |
| commit | 497b20ade763adf96abb6872ea80fd0434057aae (patch) | |
| tree | 2a27f4090492554ff9f37a6bc58a38d9d9a89354 /src/plugins/python/pythonlanguageclient.cpp | |
| parent | a8145ff6c9cedb7bdc08136ca4f97b52926ae5af (diff) | |
Python: use consistent pyls naming in settings
Change-Id: I8a36e4089812802c3629ac52ce52499dde53eba8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
| -rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index d01fc8eace1..4de670a2dfe 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -193,7 +193,7 @@ PyLSClient::~PyLSClient() void PyLSClient::updateConfiguration() { - const auto doc = QJsonDocument::fromJson(PythonSettings::pyLSConfiguration().toUtf8()); + const auto doc = QJsonDocument::fromJson(PythonSettings::pylsConfiguration().toUtf8()); if (doc.isArray()) Client::updateConfiguration(doc.array()); else if (doc.isObject()) |
