]> git.sesse.net Git - kdenlive/blobdiff - src/markerdialog.h
reindent
[kdenlive] / src / markerdialog.h
index 6a238c0d818e8bef94564ab0f5510cbe9e7daf47..a9e6315b2a6f6840a092258841bb2cd36bab3c33 100644 (file)
 #ifndef MARKERDIALOG_H
 #define MARKERDIALOG_H
 
-#include <QDialog>
 
 #include "docclipbase.h"
 #include "timecode.h"
 #include "ui_markerdialog_ui.h"
 
-namespace Mlt {
+namespace Mlt
+{
 class Producer;
 class Profile;
 };
 
-class MarkerDialog : public QDialog {
+class MarkerDialog : public QDialog
+{
     Q_OBJECT
 
 public:
@@ -53,7 +54,6 @@ private:
     Mlt::Profile *m_profile;
     Ui::MarkerDialog_UI m_view;
     DocClipBase *m_clip;
-    CommentedTime m_marker;
     Timecode m_tc;
     double m_fps;
     double m_dar;