]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
cleanup
[kdenlive] / src / markerdialog.h
index a9e6315b2a6f6840a092258841bb2cd36bab3c33..5c6707c3d807726e7e62d3b3d494ce4ad146392e 100644 (file)
@@ -32,7 +32,7 @@ class Producer;
 class Profile;
 };
 
-class MarkerDialog : public QDialog
+class MarkerDialog : public QDialog, public Ui::MarkerDialog_UI
 {
     Q_OBJECT
 
@@ -52,7 +52,6 @@ protected:
 private:
     Mlt::Producer *m_producer;
     Mlt::Profile *m_profile;
-    Ui::MarkerDialog_UI m_view;
     DocClipBase *m_clip;
     Timecode m_tc;
     double m_fps;