Points: apply clang-formatting
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
|
||||
using namespace PointsGui;
|
||||
|
||||
DlgPointsReadImp::DlgPointsReadImp(const char *FileName, QWidget* parent, Qt::WindowFlags fl )
|
||||
: QDialog( parent, fl )
|
||||
DlgPointsReadImp::DlgPointsReadImp(const char* FileName, QWidget* parent, Qt::WindowFlags fl)
|
||||
: QDialog(parent, fl)
|
||||
, ui(new Ui_DlgPointsRead)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
_FileName = FileName;
|
||||
ui->setupUi(this);
|
||||
_FileName = FileName;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user