]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.h
Allow to select between timecode (hh:mm:ss:ff) and frame count overlay when rendering
[kdenlive] / src / clipproperties.h
index 93fafe8d7b998d7633efae17c9f075fa5284f22e..27d3ffadd6371770ba0c166e4a1b3d9a4fcbb546 100644 (file)
@@ -68,6 +68,7 @@ private slots:
     void slotUpdateDurationFormat(int ix);
     void slotApplyProperties();
     void slotModified();
+    void slotDeleteProxy();
 
 private:
     Ui::ClipProperties_UI m_view;
@@ -81,8 +82,8 @@ private:
     bool m_clipNeedsRefresh;
     /** clip resource changed, reload it */
     bool m_clipNeedsReLoad;
-    /** Used to draw video / audio properties */
-    PropertiesViewDelegate *m_propsDelegate;
+    /** Frame with proxy info / delete button */
+    QFrame* m_proxyContainer;
 
 signals:
     void addMarker(const QString &, GenTime, QString);