forked from qt-creator/qt-creator
ProjectExplorer: BuildStepsPage code cosmetics
Superfluous declarations, includes, namespaces. Change-Id: Ie456b1488b6563e9eadaa679b55d21eaad52f642 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -31,25 +31,24 @@
|
||||
#include "projectexplorericons.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <coreplugin/coreicons.h>
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/detailswidget.h>
|
||||
#include <utils/hostosinfo.h>
|
||||
#include <utils/theme/theme.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
#include <QMenu>
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
#include <QToolButton>
|
||||
#include <QLabel>
|
||||
#include <QMenu>
|
||||
#include <QMessageBox>
|
||||
#include <QPushButton>
|
||||
#include <QToolButton>
|
||||
#include <QVBoxLayout>
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
using namespace ProjectExplorer::Internal;
|
||||
using namespace Utils;
|
||||
|
||||
namespace ProjectExplorer {
|
||||
namespace Internal {
|
||||
|
||||
ToolWidget::ToolWidget(QWidget *parent) : FadingPanel(parent)
|
||||
{
|
||||
auto layout = new QHBoxLayout;
|
||||
@@ -394,3 +393,6 @@ void BuildStepListWidget::updateBuildStepButtonsState()
|
||||
s->toolWidget->setUpVisible(m_buildStepList->count() != 1);
|
||||
}
|
||||
}
|
||||
|
||||
} // Internal
|
||||
} // ProjectExplorer
|
||||
|
||||
@@ -34,16 +34,11 @@ class QPushButton;
|
||||
class QToolButton;
|
||||
class QLabel;
|
||||
class QVBoxLayout;
|
||||
class QGraphicsOpacityEffect;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils { class DetailsWidget; }
|
||||
|
||||
namespace ProjectExplorer {
|
||||
|
||||
class Target;
|
||||
class BuildConfiguration;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class ToolWidget : public Utils::FadingPanel
|
||||
|
||||
Reference in New Issue
Block a user