Mesh: C++ core guidelines

This commit is contained in:
wmayer
2023-09-25 20:43:31 +02:00
committed by wwmayer
parent dca598f4e5
commit a364141c58
99 changed files with 984 additions and 597 deletions

View File

@@ -63,6 +63,7 @@ public:
MeshInfoWatcher()
: TaskWatcher(nullptr)
{
// NOLINTBEGIN
labelPoints = new QLabel();
labelPoints->setText(tr("Number of points:"));
@@ -80,6 +81,7 @@ public:
numMin = new QLabel();
numMax = new QLabel();
// NOLINTEND
QGroupBox* box = new QGroupBox();
box->setTitle(tr("Mesh info box"));