All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
ef997f2259
commit
9fe130cd73
@@ -20,7 +20,7 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
# include <Precision.hxx>
|
||||
#include <Precision.hxx>
|
||||
|
||||
|
||||
#include <Mod/PartDesign/App/FeaturePad.h>
|
||||
@@ -34,7 +34,7 @@ using namespace Gui;
|
||||
|
||||
/* TRANSLATOR PartDesignGui::TaskPadParameters */
|
||||
|
||||
TaskPadParameters::TaskPadParameters(ViewProviderPad *PadView, QWidget *parent, bool newObj)
|
||||
TaskPadParameters::TaskPadParameters(ViewProviderPad* PadView, QWidget* parent, bool newObj)
|
||||
: TaskExtrudeParameters(PadView, parent, "PartDesign_Pad", tr("Pad Parameters"))
|
||||
{
|
||||
ui->offsetEdit->setToolTip(tr("Offset the pad from the face at which the pad will end on side 1"));
|
||||
@@ -136,8 +136,9 @@ void TaskPadParameters::apply()
|
||||
// TaskDialog
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TaskDlgPadParameters::TaskDlgPadParameters(ViewProviderPad *PadView, bool /*newObj*/)
|
||||
: TaskDlgExtrudeParameters(PadView), parameters(new TaskPadParameters(PadView))
|
||||
TaskDlgPadParameters::TaskDlgPadParameters(ViewProviderPad* PadView, bool /*newObj*/)
|
||||
: TaskDlgExtrudeParameters(PadView)
|
||||
, parameters(new TaskPadParameters(PadView))
|
||||
{
|
||||
Content.push_back(parameters);
|
||||
Content.push_back(preview);
|
||||
|
||||
Reference in New Issue
Block a user