diff --git a/src/core/Commands.h b/src/core/Commands.h index 8d68f0e..945f41d 100644 --- a/src/core/Commands.h +++ b/src/core/Commands.h @@ -170,8 +170,10 @@ protected: // Perform the actual transformation on the shape. virtual void _doTransform(MShape::ptr shape); - // Information pertaining to the moving of vertex. - int _movedVertex; + // Information pertaining to flip transformation. + QTransform _transform; + MShape::ptr _initialShape; +}; QTransform _transform; MShape::ptr _initialShape; };