X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmarkerdialog.h;h=5927868755bfe327027348c718dc61fb31397f60;hb=7a74d9caf3689aa42070ecff84ba67fc8d3de216;hp=88960ca480d596aff5d926a785f8ab1574692968;hpb=533e803489bc102d03f0ef6609200ba04ac81ad2;p=kdenlive diff --git a/src/markerdialog.h b/src/markerdialog.h index 88960ca4..59278687 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 * @@ -44,9 +44,10 @@ 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; private slots: void slotUpdateThumb(); @@ -55,6 +56,7 @@ private: Mlt::Producer *m_producer; Mlt::Profile *m_profile; DocClipBase *m_clip; + QImage m_image; TimecodeDisplay *m_in; double m_dar; QTimer *m_previewTimer;