PartDesign: Added support for expressions.

This commit is contained in:
Eivind Kvedalen
2015-09-21 14:51:09 +02:00
committed by wmayer
parent 897f8b78b8
commit ddfbe349cf
28 changed files with 346 additions and 284 deletions
@@ -63,6 +63,8 @@ public:
/// Return the currently active subFeature
PartDesign::Transformed* getSubFeature(void) { return subFeature; }
virtual void apply();
private Q_SLOTS:
void onTransformDelete();
void onTransformEdit();