]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
it's a slot
[kdenlive] / src / markerdialog.h
index 710c6348b56448daff558f8a8ea1d383618fe632..5927868755bfe327027348c718dc61fb31397f60 100644 (file)
@@ -44,7 +44,7 @@ class MarkerDialog : public QDialog, public Ui::MarkerDialog_UI
     Q_OBJECT
 
 public:
-    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, const QString &caption, QWidget * parent = 0);
+    MarkerDialog(DocClipBase *clip, const CommentedTime &t, const Timecode &tc, const QString &caption, QWidget * parent = 0);
     ~MarkerDialog();
     CommentedTime newMarker();
     QImage markerImage() const;