]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Spacer tool (can only add space for the moment)
[kdenlive] / src / customtrackview.h
index 79a0510b0d7b36151ccafe423bdfcd3a942bcf30..6b98865a8bdcb5ac0d1dfa1c602bc9fd746ab2f1 100644 (file)
@@ -149,6 +149,7 @@ private:
     uint m_selectedTrack;
     int m_projectDuration;
     int m_cursorPos;
+    int m_spacerStart;
     KdenliveDoc *m_document;
     CustomTrackScene *m_scene;
     QGraphicsLineItem *m_cursorLine;
@@ -187,6 +188,7 @@ private:
     int m_findIndex;
     PROJECTTOOL m_tool;
     QCursor m_razorCursor;
+    QCursor m_spacerCursor;
     /** list containing items currently copied in the timeline */
     QList<AbstractClipItem *> m_copiedItems;
     /** Used to get the point in timeline where a context menu was opened */