]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
* New config option for preview: disable B Frame decoding on h.264:
[kdenlive] / src / markerdialog.h
index 05225ccd1a4ab35fe7bb60ed27cd6117ff87b09e..6a238c0d818e8bef94564ab0f5510cbe9e7daf47 100644 (file)
@@ -36,7 +36,7 @@ class MarkerDialog : public QDialog {
     Q_OBJECT
 
 public:
-    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, QWidget * parent = 0);
+    MarkerDialog(DocClipBase *clip, CommentedTime t, Timecode tc, const QString &caption, QWidget * parent = 0);
     ~MarkerDialog();
     CommentedTime newMarker();
 
@@ -45,6 +45,9 @@ private slots:
     void slotTimeDown();
     void slotUpdateThumb();
 
+protected:
+    void wheelEvent(QWheelEvent * event);
+
 private:
     Mlt::Producer *m_producer;
     Mlt::Profile *m_profile;