X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmarkerdialog.h;h=a15c70faef6831891ff8a1154d4c596db016e2bd;hb=56aee6aedeeed3efd10ada8fe3c229eddc01ef05;hp=5927868755bfe327027348c718dc61fb31397f60;hpb=7ac877ea57663a02e9042939aa51eb700fbe4301;p=kdenlive diff --git a/src/markerdialog.h b/src/markerdialog.h index 59278687..a15c70fa 100644 --- a/src/markerdialog.h +++ b/src/markerdialog.h @@ -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, const CommentedTime &t, const 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;