forked from qt-creator/qt-creator
Remove unused includes of QBoxLayout
Change-Id: I74204eaf70dbcb31a8bd13609bef35459c8c6b5f 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>
This commit is contained in:
@@ -62,7 +62,6 @@
|
||||
#include <utils/stringutils.h>
|
||||
#include <utils/variablechooser.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QCheckBox>
|
||||
#include <QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
|
@@ -29,7 +29,6 @@
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/layoutbuilder.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QListWidget>
|
||||
#include <QRegularExpression>
|
||||
#include <QTreeView>
|
||||
|
@@ -20,7 +20,6 @@
|
||||
#include <utils/treemodel.h>
|
||||
#include <utils/utilsicons.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QCheckBox>
|
||||
#include <QFormLayout>
|
||||
#include <QHeaderView>
|
||||
|
@@ -35,7 +35,6 @@
|
||||
#include <utils/outputformatter.h>
|
||||
#include <utils/theme/theme.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QComboBox>
|
||||
#include <QPlainTextEdit>
|
||||
#include <QPushButton>
|
||||
|
@@ -32,7 +32,6 @@
|
||||
#include <utils/qtcprocess.h>
|
||||
#include <utils/variablechooser.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QCheckBox>
|
||||
#include <QJsonArray>
|
||||
#include <QJsonObject>
|
||||
|
@@ -24,7 +24,6 @@
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QShortcut>
|
||||
#include <QBoxLayout>
|
||||
#include <QKeySequence>
|
||||
|
||||
#include <QQmlContext>
|
||||
|
@@ -45,7 +45,6 @@
|
||||
|
||||
#include <QFileInfo>
|
||||
#include <QShortcut>
|
||||
#include <QBoxLayout>
|
||||
#include <QKeySequence>
|
||||
|
||||
#include <QQmlContext>
|
||||
|
@@ -5,17 +5,14 @@
|
||||
|
||||
#include <qmldesignerplugin.h>
|
||||
|
||||
|
||||
#include <utils/theme/theme.h>
|
||||
#include <utils/stylehelper.h>
|
||||
#include <utils/theme/theme.h>
|
||||
|
||||
#include <QBoxLayout>
|
||||
#include <QCheckBox>
|
||||
#include <QEvent>
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
#include <QCheckBox>
|
||||
#include <QBoxLayout>
|
||||
#include <QEvent>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
namespace QmlDesigner {
|
||||
|
||||
|
@@ -6,13 +6,11 @@
|
||||
#include "icodestylepreferences.h"
|
||||
#include "icodestylepreferencesfactory.h"
|
||||
#include "codestylepool.h"
|
||||
#include "tabsettings.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/layoutbuilder.h>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QBoxLayout>
|
||||
#include <QComboBox>
|
||||
#include <QDebug>
|
||||
#include <QDialog>
|
||||
|
Reference in New Issue
Block a user