Skip to content
Snippets Groups Projects
Commit a9b90834 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent 8a2d1db2
No related branches found
No related tags found
No related merge requests found
......@@ -29,18 +29,18 @@
#include "GUI/coregui/mainwindow/tooltipdatabase.h"
#include "GUI/coregui/utils/GUIHelpers.h"
#include "GUI/coregui/utils/hostosinfo.h"
#include <QBoxLayout>
#include <QButtonGroup>
#include <QPushButton>
#include <QStackedLayout>
#include <QStatusBar>
#include <QToolButton>
#include <QAction>
#include <QApplication>
#include <QBoxLayout>
#include <QButtonGroup>
#include <QCloseEvent>
#include <QMessageBox>
#include <QProgressBar>
#include <QPushButton>
#include <QSettings>
#include <QStackedLayout>
#include <QStatusBar>
#include <QToolButton>
MainWindow* MainWindow::s_instance = nullptr;
......
......@@ -20,8 +20,8 @@
#ifndef BORNAGAIN_SAMPLE_SAMPLEBUILDERENGINE_FORMFACTORCOMPONENTS_H
#define BORNAGAIN_SAMPLE_SAMPLEBUILDERENGINE_FORMFACTORCOMPONENTS_H
#include "Sample/SampleBuilderEngine/IRegistry.h"
#include "Sample/HardParticle/HardParticles.h"
#include "Sample/SampleBuilderEngine/IRegistry.h"
//! @class FormFactorComponents
//! @brief Predefined form factors for functional tests.
......
......@@ -13,6 +13,7 @@
// ************************************************************************************************
#include "gui2/mainwindow/mainwindow.h"
#include "BAVersion.h"
#include "gui2/importdataview/importdataview.h"
#include "gui2/mainwindow/actionmanager.h"
#include "gui2/mainwindow/mainbarwidget.h"
......@@ -20,7 +21,6 @@
#include "gui2/model/applicationmodels.h"
#include "gui2/settingsview/settingsview.h"
#include "gui2/welcomeview/welcomeview.h"
#include "BAVersion.h"
#include <QCloseEvent>
#include <QCoreApplication>
#include <QFileDialog>
......
......@@ -13,8 +13,8 @@
// ************************************************************************************************
#include "gui2/welcomeview/openprojectwidget.h"
#include "gui2/mainwindow/styleutils.h"
#include "BAVersion.h"
#include "gui2/mainwindow/styleutils.h"
#include "mvvm/widgets/widgetutils.h"
#include <QHBoxLayout>
#include <QLabel>
......@@ -59,7 +59,8 @@ QSize OpenProjectWidget::minimumSizeHint() const {
QBoxLayout* OpenProjectWidget::createProjectTitleLayout() {
auto result = new QHBoxLayout;
QString title = "BornAgain " + QString::fromStdString(BornAgain::GetVersionNumber()) + ", gui2 preview";
QString title =
"BornAgain " + QString::fromStdString(BornAgain::GetVersionNumber()) + ", gui2 preview";
auto label = new QLabel(title);
ModelView::Utils::ScaleLabelFont(label, 1.25);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment