X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmarkerdialog.h;h=a15c70faef6831891ff8a1154d4c596db016e2bd;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=6a78e46827b40f297f05e9794a678aa57d49702f;hpb=d2c65ec06ade4d3cb26e649989a5b5a164637e59;p=kdenlive diff --git a/src/markerdialog.h b/src/markerdialog.h index 6a78e468..a15c70fa 100644 --- a/src/markerdialog.h +++ b/src/markerdialog.h @@ -1,4 +1,4 @@ -/*************************************************************************** + /*************************************************************************** * Copyright (C) 2008 by Jean-Baptiste Mardelle (jb@kdenlive.org) * * * * This program is free software; you can redistribute it and/or modify * @@ -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;