]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
Const'ref
[kdenlive] / src / markerdialog.h
index 710c6348b56448daff558f8a8ea1d383618fe632..a15c70faef6831891ff8a1154d4c596db016e2bd 100644 (file)
@@ -31,7 +31,7 @@ namespace Mlt
 {
 class Producer;
 class Profile;
-};
+}
 
 /**
  * @class MarkerDialog
@@ -44,8 +44,9 @@ class MarkerDialog : public QDialog, public Ui::MarkerDialog_UI
     Q_OBJECT
 
 public:
-    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, const QString &caption, QWidget * parent = 0);
+    explicit MarkerDialog(DocClipBase *clip, const CommentedTime &t, const Timecode &tc, const QString &caption, QWidget * parent = 0);
     ~MarkerDialog();
+
     CommentedTime newMarker();
     QImage markerImage() const;