]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Some more cleanup in monitors, improve capture fullscreen
[kdenlive] / src / renderer.h
index 9a7c54f3b0cfb3f4e63530e3f9d30ec185441ed6..b2ca2676c4e6446a16be89802a6b8befd7382320 100644 (file)
@@ -170,8 +170,6 @@ Q_OBJECT public:
     /** @brief Returns the aspect ratio of the consumer. */
     double consumerRatio() const;
 
-    void doRefresh();
-
     /** @brief Saves current producer frame as an image. */
     void exportCurrentFrame(KUrl url, bool notify);
 
@@ -431,6 +429,8 @@ public slots:
     void slotSwitchFullscreen();
     void slotSetVolume(int volume);
     void seekToFrame(int pos);
+    /** @brief Starts a timer to query for a refresh. */
+    void doRefresh();
 };
 
 #endif