src/toolsets/movetoolset.h

changeset 1217
314e12e23c3a
parent 970
c8aae45afd85
child 1222
34def2630300
--- 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();
 };

mercurial