diff options
author | David Schulz <david.schulz@qt.io> | 2022-05-19 14:55:15 +0200 |
---|---|---|
committer | David Schulz <david.schulz@qt.io> | 2022-05-23 11:58:09 +0000 |
commit | 7c86d1a195ff9e6bb5d499329452acf867469482 (patch) | |
tree | e04664c0924af951bbc883847a684a4818f6c057 /src/plugins/python/pythonlanguageclient.cpp | |
parent | 29a62ff35c40960968da5041e1b4f60a0e9443c8 (diff) | |
download | qt-creator-7c86d1a195ff9e6bb5d499329452acf867469482.tar.gz |
LanguageClient: pimpl Client and cleanup includes
Change-Id: I653861e29baeaddcbcd21a5e738be6bd85514617
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/python/pythonlanguageclient.cpp')
-rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index b65e4b9372..bb9b769543 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -51,6 +51,7 @@ #include <QFutureWatcher> #include <QGridLayout> #include <QGroupBox> +#include <QJsonDocument> #include <QPushButton> #include <QRegularExpression> #include <QTimer> |