All: Reformat according to new standard

This commit is contained in:
pre-commit-ci[bot]
2025-11-11 13:49:01 +01:00
committed by Kacper Donat
parent eafd18dac0
commit 25c3ba7338
2390 changed files with 154630 additions and 115818 deletions

View File

@@ -20,7 +20,7 @@
* *
***************************************************************************/
# include <Precision.hxx>
#include <Precision.hxx>
#include <Mod/PartDesign/App/FeaturePocket.h>
@@ -34,11 +34,15 @@ using namespace Gui;
/* TRANSLATOR PartDesignGui::TaskPocketParameters */
TaskPocketParameters::TaskPocketParameters(ViewProviderPocket *PocketView,QWidget *parent, bool newObj)
TaskPocketParameters::TaskPocketParameters(ViewProviderPocket* PocketView, QWidget* parent, bool newObj)
: TaskExtrudeParameters(PocketView, parent, "PartDesign_Pocket", tr("Pocket Parameters"))
{
ui->offsetEdit->setToolTip(tr("Offset from the selected face at which the pocket will end on side 1"));
ui->offsetEdit2->setToolTip(tr("Offset from the selected face at which the pocket will end on side 2"));
ui->offsetEdit->setToolTip(
tr("Offset from the selected face at which the pocket will end on side 1")
);
ui->offsetEdit2->setToolTip(
tr("Offset from the selected face at which the pocket will end on side 2")
);
ui->checkBoxReversed->setToolTip(tr("Reverses pocket direction"));
// set the history path
@@ -140,8 +144,9 @@ void TaskPocketParameters::apply()
// TaskDialog
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TaskDlgPocketParameters::TaskDlgPocketParameters(ViewProviderPocket *PocketView)
: TaskDlgExtrudeParameters(PocketView), parameters(new TaskPocketParameters(PocketView))
TaskDlgPocketParameters::TaskDlgPocketParameters(ViewProviderPocket* PocketView)
: TaskDlgExtrudeParameters(PocketView)
, parameters(new TaskPocketParameters(PocketView))
{
Content.push_back(parameters);
Content.push_back(preview);