Fem: Apply clang-format

This commit is contained in:
wmayer
2023-09-25 12:54:22 +02:00
committed by wwmayer
parent 59c7653584
commit b8b94c249e
148 changed files with 6507 additions and 4651 deletions

View File

@@ -32,9 +32,9 @@ using namespace FemGui;
using namespace Gui;
TaskDriver::TaskDriver(Fem::FemAnalysis* pcObject, QWidget* parent)
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"), tr("Nodes set"), true, parent),
pcObject(pcObject),
ui(new Ui_TaskDriver)
: TaskBox(Gui::BitmapFactory().pixmap("FEM_CreateNodesSet"), tr("Nodes set"), true, parent)
, pcObject(pcObject)
, ui(new Ui_TaskDriver)
{
// we need a separate container widget to add all controls to
proxy = new QWidget(this);