PartDesign/Gui: make Transformed ViewProviders use common code with other

This commit is contained in:
Alexander Golubev
2015-07-31 14:00:14 +03:00
committed by Stefan Tröger
parent 82db88b6db
commit a96e78e063
11 changed files with 24 additions and 185 deletions

View File

@@ -37,7 +37,8 @@ public:
sPixmap = "PartDesign_LinearPattern.svg"; }
protected:
virtual bool setEdit(int ModNum);
/// Returns a newly create dialog for the part to be placed in the task view
virtual TaskDlgFeatureParameters *getEditDialog();
};