]> git.sesse.net Git - kdenlive/blobdiff - src/graphicsscenerectmove.h
Reindent all source files
[kdenlive] / src / graphicsscenerectmove.h
index 3f92250ccb227ed781ce0231435a961d276ccccb..82560371049c925afd25c9d0eff0027c1812f9f3 100644 (file)
@@ -5,12 +5,12 @@
 
 class GraphicsSceneRectMove: public QGraphicsScene {
 public:
-       GraphicsSceneRectMove(QObject* parent=0);
-       void mouseMoveEvent(QGraphicsSceneMouseEvent*);
-       void wheelEvent ( QGraphicsSceneWheelEvent * wheelEvent );
+    GraphicsSceneRectMove(QObject* parent = 0);
+    void mouseMoveEvent(QGraphicsSceneMouseEvent*);
+    void wheelEvent(QGraphicsSceneWheelEvent * wheelEvent);
 private:
-       void setCursor(QCursor);
-       double zoom;
+    void setCursor(QCursor);
+    double zoom;
 };
 
 #endif