]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Add signal to inform when the currently displayed frame was updated
[kdenlive] / src / renderer.h
index 370179ffd02b08d2559d2c17bb8fb8016bc35062..3c0e98dccb2601bfd589a25038b28d9859d1f724 100644 (file)
@@ -343,6 +343,8 @@ signals:
      *
      * Used in Mac OS X. */
     void showImageSignal(QImage);
+    /** @brief The renderer refreshed the current frame, but no seeking was done. */
+    void frameUpdated(int);
 
 public slots: