Mesh: Apply clang-format
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <cfloat>
|
||||
# include <qmessagebox.h>
|
||||
#include <cfloat>
|
||||
#include <qmessagebox.h>
|
||||
#endif
|
||||
|
||||
#include <App/Document.h>
|
||||
@@ -44,6 +44,7 @@ using namespace MeshGui;
|
||||
|
||||
/* TRANSLATOR MeshGui::DlgRegularSolidImp */
|
||||
|
||||
// clang-format off
|
||||
DlgRegularSolidImp::DlgRegularSolidImp(QWidget* parent, Qt::WindowFlags fl)
|
||||
: QDialog( parent, fl )
|
||||
, ui(new Ui_DlgRegularSolid)
|
||||
@@ -217,5 +218,6 @@ void DlgRegularSolidImp::onCreateSolidButtonClicked()
|
||||
QString::fromLatin1(e.what()));
|
||||
}
|
||||
}
|
||||
// clang-format on
|
||||
|
||||
#include "moc_DlgRegularSolidImp.cpp"
|
||||
|
||||
Reference in New Issue
Block a user