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 "projectexplorericons.h"
|
||||||
|
|
||||||
#include <coreplugin/icore.h>
|
#include <coreplugin/icore.h>
|
||||||
#include <coreplugin/coreicons.h>
|
|
||||||
|
|
||||||
#include <utils/qtcassert.h>
|
|
||||||
#include <utils/detailswidget.h>
|
#include <utils/detailswidget.h>
|
||||||
#include <utils/hostosinfo.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 <QHBoxLayout>
|
||||||
#include <QToolButton>
|
#include <QLabel>
|
||||||
|
#include <QMenu>
|
||||||
#include <QMessageBox>
|
#include <QMessageBox>
|
||||||
|
#include <QPushButton>
|
||||||
|
#include <QToolButton>
|
||||||
|
#include <QVBoxLayout>
|
||||||
|
|
||||||
using namespace ProjectExplorer;
|
|
||||||
using namespace ProjectExplorer::Internal;
|
|
||||||
using namespace Utils;
|
using namespace Utils;
|
||||||
|
|
||||||
|
namespace ProjectExplorer {
|
||||||
|
namespace Internal {
|
||||||
|
|
||||||
ToolWidget::ToolWidget(QWidget *parent) : FadingPanel(parent)
|
ToolWidget::ToolWidget(QWidget *parent) : FadingPanel(parent)
|
||||||
{
|
{
|
||||||
auto layout = new QHBoxLayout;
|
auto layout = new QHBoxLayout;
|
||||||
@@ -394,3 +393,6 @@ void BuildStepListWidget::updateBuildStepButtonsState()
|
|||||||
s->toolWidget->setUpVisible(m_buildStepList->count() != 1);
|
s->toolWidget->setUpVisible(m_buildStepList->count() != 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // Internal
|
||||||
|
} // ProjectExplorer
|
||||||
|
|||||||
@@ -34,16 +34,11 @@ class QPushButton;
|
|||||||
class QToolButton;
|
class QToolButton;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QVBoxLayout;
|
class QVBoxLayout;
|
||||||
class QGraphicsOpacityEffect;
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
|
||||||
namespace Utils { class DetailsWidget; }
|
namespace Utils { class DetailsWidget; }
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
|
|
||||||
class Target;
|
|
||||||
class BuildConfiguration;
|
|
||||||
|
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
class ToolWidget : public Utils::FadingPanel
|
class ToolWidget : public Utils::FadingPanel
|
||||||
|
|||||||
Reference in New Issue
Block a user