X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmonitor.h;h=2359e745878b7d97e53860ce35c124c6f839c71d;hb=75ab956438547fe8d71102c8117ad37b561580eb;hp=6e06f685bf08f9ec8558b92179643f55571fc39c;hpb=3bebf5f7285a1310867640ee2ae293bd8c95d3f0;p=kdenlive diff --git a/src/monitor.h b/src/monitor.h index 6e06f685..2359e745 100644 --- a/src/monitor.h +++ b/src/monitor.h @@ -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);