]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackview.h
Load & save markers (audacity compatible):
[kdenlive] / src / customtrackview.h
index c493ceb68e6d20e1e6a8b6926c1dfc781a96a0c2..1f322854a481ad9acea0e726faea4152b31571bf 100644 (file)
@@ -231,7 +231,9 @@ public slots:
      * @param id Id of the marker's clip
      * @param t Position of the marker
      * @param c Comment of the marker */
-    void slotAddClipMarker(const QString &id, GenTime t, QString c);
+    void slotAddClipMarker(const QString &id, GenTime t, QString c, QUndoCommand *groupCommand = 0);
+    void slotLoadClipMarkers(const QString &id);
+    void slotSaveClipMarkers(const QString &id);
     bool addGuide(const GenTime &pos, const QString &comment);
 
     /** @brief Shows a dialog for adding a guide.