]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
- Fix split audio with locked audio tracks
[kdenlive] / src / monitor.h
index 898754ee0acac5231c5d2e3fd79486180823bb27..6b0be9d30e4357a5db8e06d0cad7923e12e9af27 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "gentime.h"
 #include "ui_monitor_ui.h"
+#include "timecodedisplay.h"
 #ifdef Q_WS_MAC
 #include "videoglwidget.h"
 #endif
@@ -91,9 +92,7 @@ protected:
      *
      * Moves towards the end of the clip/timeline on mouse wheel down/back, the
      * opposite on mouse wheel up/forward.
-     * Ctrl + wheel moves by a single frame, without Ctrl it moves by a second.
-     *
-     * See also http://www.kdenlive.org/mantis/view.php?id=265. */
+     * Ctrl + wheel moves by a second, without Ctrl it moves by a single frame. */
     virtual void wheelEvent(QWheelEvent * event);
     virtual void mouseMoveEvent(QMouseEvent *event);
     virtual QStringList mimeTypes() const;
@@ -117,7 +116,7 @@ private:
     MonitorRefresh *m_monitorRefresh;
     KIcon m_playIcon;
     KIcon m_pauseIcon;
-    KRestrictedLine *m_timePos;
+    TimecodeDisplay *m_timePos;
     QAction *m_playAction;
     QMenu *m_contextMenu;
     QMenu *m_configMenu;
@@ -128,7 +127,6 @@ private:
     VideoGLWidget *m_glWidget;
 #endif
     GenTime getSnapForPos(bool previous);
-    bool m_frametimecode;
 
 private slots:
     void seekCursor(int pos);