]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
Fix lots of issues with slowmotioned clips (bugs in move, resize, copy, load & save)
[kdenlive] / src / markerdialog.h
index aa7bbfcf984cfdcd7f728129849d8b8852c15f2f..6a238c0d818e8bef94564ab0f5510cbe9e7daf47 100644 (file)
@@ -36,7 +36,7 @@ class MarkerDialog : public QDialog {
     Q_OBJECT
 
 public:
-    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, QWidget * parent = 0);
+    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, const QString &caption, QWidget * parent = 0);
     ~MarkerDialog();
     CommentedTime newMarker();