All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -21,8 +21,7 @@
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
|
||||
# include <QMenu>
|
||||
#include <QMenu>
|
||||
|
||||
|
||||
#include "TaskPadParameters.h"
|
||||
@@ -45,9 +44,9 @@ void ViewProviderPad::setupContextMenu(QMenu* menu, QObject* receiver, const cha
|
||||
PartDesignGui::ViewProviderSketchBased::setupContextMenu(menu, receiver, member);
|
||||
}
|
||||
|
||||
TaskDlgFeatureParameters *ViewProviderPad::getEditDialog()
|
||||
TaskDlgFeatureParameters* ViewProviderPad::getEditDialog()
|
||||
{
|
||||
// TODO fix setting values from the history: now it doesn't work neither in
|
||||
// the master and in the migrated branch (2015-07-26, Fat-Zer)
|
||||
return new TaskDlgPadParameters( this );
|
||||
return new TaskDlgPadParameters(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user