SketcherGui: apply clang-format

This commit is contained in:
Abdullah Tahiri
2023-05-25 15:09:30 +02:00
committed by abdullahtahiriyo
parent dc2d861bf0
commit 78ae9c1d7d
98 changed files with 17648 additions and 13572 deletions

View File

@@ -22,19 +22,20 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <QDialog>
#include <QDialog>
#endif
#include <Gui/MainWindow.h>
#include "ui_SketcherRegularPolygonDialog.h"
#include "SketcherRegularPolygonDialog.h"
#include "ui_SketcherRegularPolygonDialog.h"
using namespace SketcherGui;
SketcherRegularPolygonDialog::SketcherRegularPolygonDialog()
: QDialog(Gui::getMainWindow()), ui(new Ui_SketcherRegularPolygonDialog)
: QDialog(Gui::getMainWindow())
, ui(new Ui_SketcherRegularPolygonDialog)
{
ui->setupUi(this);
@@ -44,8 +45,7 @@ SketcherRegularPolygonDialog::SketcherRegularPolygonDialog()
}
SketcherRegularPolygonDialog::~SketcherRegularPolygonDialog()
{
}
{}
void SketcherRegularPolygonDialog::accept()
{