X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmarkerdialog.h;h=6a78e46827b40f297f05e9794a678aa57d49702f;hb=5e07370d2e189d73d43bb7dc9be562a8cbc2720f;hp=88960ca480d596aff5d926a785f8ab1574692968;hpb=533e803489bc102d03f0ef6609200ba04ac81ad2;p=kdenlive diff --git a/src/markerdialog.h b/src/markerdialog.h index 88960ca4..6a78e468 100644 --- a/src/markerdialog.h +++ b/src/markerdialog.h @@ -47,6 +47,7 @@ public: MarkerDialog(DocClipBase *clip, CommentedTime t, 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;