]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
* Cleanup transode stabilize GUI: http://kdenlive.org/mantis/view.php?id=2930
[kdenlive] / src / markerdialog.h
index 88960ca480d596aff5d926a785f8ab1574692968..6a78e46827b40f297f05e9794a678aa57d49702f 100644 (file)
@@ -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;