Fem: Apply clang-format
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user