]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
Fix "save zone" saving proxy instead of real clip:
[kdenlive] / src / monitor.h
index 6e06f685bf08f9ec8558b92179643f55571fc39c..2359e745878b7d97e53860ce35c124c6f839c71d 100644 (file)
@@ -252,7 +252,7 @@ signals:
     void refreshClipThumbnail(const QString &, bool);
     void adjustMonitorSize();
     void zoneUpdated(QPoint);
-    void saveZone(Render *, QPoint);
+    void saveZone(Render *, QPoint, DocClipBase *);
     /** @brief  Editing transitions / effects over the monitor requires the renderer to send frames as QImage.
      *      This causes a major slowdown, so we only enable it if required */
     void requestFrameForAnalysis(bool);