summaryrefslogtreecommitdiff
path: root/src/plugins/python/pythonlanguageclient.cpp
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2022-05-19 14:55:15 +0200
committerDavid Schulz <david.schulz@qt.io>2022-05-23 11:58:09 +0000
commit7c86d1a195ff9e6bb5d499329452acf867469482 (patch)
treee04664c0924af951bbc883847a684a4818f6c057 /src/plugins/python/pythonlanguageclient.cpp
parent29a62ff35c40960968da5041e1b4f60a0e9443c8 (diff)
downloadqt-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.cpp1
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>