diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-11-18 08:46:13 +0100 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-11-18 15:29:15 +0000 |
commit | bf0d716b51c9eb78076f402e60e68acd4858ee7f (patch) | |
tree | f450d2ca0646cc10638ab25835ad63ddc52e11db /src/plugins/python | |
parent | 3caf82f746a10ab58b94ac383a805ca7813edf88 (diff) | |
download | qt-creator-bf0d716b51c9eb78076f402e60e68acd4858ee7f.tar.gz |
Remove unused includes of QGridLayout
Change-Id: Ia0823fe1dbadb7c68efc431c3bf0f1ba621a9484
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python')
-rw-r--r-- | src/plugins/python/pythonlanguageclient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythonlanguageclient.cpp b/src/plugins/python/pythonlanguageclient.cpp index 4de670a2df..ce8d254ba7 100644 --- a/src/plugins/python/pythonlanguageclient.cpp +++ b/src/plugins/python/pythonlanguageclient.cpp @@ -37,7 +37,6 @@ #include <QCheckBox> #include <QComboBox> #include <QFutureWatcher> -#include <QGridLayout> #include <QGroupBox> #include <QJsonDocument> #include <QPushButton> |