All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -21,7 +21,6 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
|
||||
#include "Dialogs/ui_DlgLocationAngle.h"
|
||||
#include "Dialogs/ui_DlgLocationPos.h"
|
||||
|
||||
@@ -38,8 +37,8 @@ using namespace Gui;
|
||||
|
||||
/* TRANSLATOR Gui::TaskBoxPosition */
|
||||
|
||||
TaskBoxPosition::TaskBoxPosition(QWidget *parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap("Robot_CreateRobot"),tr("Position"),true, parent)
|
||||
TaskBoxPosition::TaskBoxPosition(QWidget* parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap("Robot_CreateRobot"), tr("Position"), true, parent)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
proxy = new QWidget(this);
|
||||
@@ -63,8 +62,8 @@ TaskBoxPosition::~TaskBoxPosition()
|
||||
|
||||
/* TRANSLATOR Gui::TaskBoxAngle */
|
||||
|
||||
TaskBoxAngle::TaskBoxAngle(QWidget *parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap("Robot_CreateRobot"),tr("Angle"),true, parent)
|
||||
TaskBoxAngle::TaskBoxAngle(QWidget* parent)
|
||||
: TaskBox(Gui::BitmapFactory().pixmap("Robot_CreateRobot"), tr("Angle"), true, parent)
|
||||
{
|
||||
// we need a separate container widget to add all controls to
|
||||
proxy = new QWidget(this);
|
||||
@@ -90,8 +89,7 @@ TaskBoxAngle::~TaskBoxAngle()
|
||||
|
||||
TaskDlgRelocation::TaskDlgRelocation()
|
||||
: TaskDialog()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
TaskDlgRelocation::~TaskDlgRelocation() = default;
|
||||
|
||||
@@ -99,13 +97,10 @@ TaskDlgRelocation::~TaskDlgRelocation() = default;
|
||||
|
||||
|
||||
void TaskDlgRelocation::open()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
void TaskDlgRelocation::clicked(int)
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
||||
|
||||
bool TaskDlgRelocation::accept()
|
||||
{
|
||||
@@ -118,9 +113,7 @@ bool TaskDlgRelocation::reject()
|
||||
}
|
||||
|
||||
void TaskDlgRelocation::helpRequested()
|
||||
{
|
||||
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
#include "moc_TaskDlgRelocation.cpp"
|
||||
|
||||
Reference in New Issue
Block a user