--- a/src/toolsets/movetoolset.h Thu Jan 04 19:40:52 2018 +0200 +++ b/src/toolsets/movetoolset.h Thu Jan 04 19:44:26 2018 +0200 @@ -24,7 +24,7 @@ Q_OBJECT public: - explicit MoveToolset (MainWindow* parent); + explicit MoveToolset(MainWindow* parent); Q_INVOKABLE void configureRotationPoint(); Q_INVOKABLE void gridCoarse(); @@ -46,7 +46,7 @@ Q_INVOKABLE void rotateZPos(); private: - void moveSelection (bool up); - void moveObjects (Vertex vect); + void moveSelection(bool up); + void moveObjects(Vertex vect); double getRotateActionAngle(); };