]> git.sesse.net Git - kdenlive/blobdiff - src/clipproperties.h
Use the new profile selection combobox for project proxy settings
[kdenlive] / src / clipproperties.h
index 982b160910eef018eac57ae0696fd612f529ec50..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,6 +82,8 @@ private:
     bool m_clipNeedsRefresh;
     /** clip resource changed, reload it */
     bool m_clipNeedsReLoad;
+    /** Frame with proxy info / delete button */
+    QFrame* m_proxyContainer;
 
 signals:
     void addMarker(const QString &, GenTime, QString);