src: applied clang-format

This commit is contained in:
mlangkabel
2019-11-18 17:07:20 +01:00
parent 52058d9947
commit 078feca004
1100 changed files with 21382 additions and 20822 deletions
@@ -1,17 +1,15 @@
#include "QtProjectWizardWindow.h"
#include <QGridLayout>
#include <QFrame>
#include <QGridLayout>
#include <QPushButton>
#include <QScrollArea>
#include "utilityQt.h"
#include "QtProjectWizardContent.h"
#include "utilityQt.h"
QtProjectWizardWindow::QtProjectWizardWindow(QWidget *parent, bool showSeparator)
: QtWindow(false, parent)
, m_content(nullptr)
, m_showSeparator(showSeparator)
QtProjectWizardWindow::QtProjectWizardWindow(QWidget* parent, bool showSeparator)
: QtWindow(false, parent), m_content(nullptr), m_showSeparator(showSeparator)
{
}