]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
Cleanup effect stack (part 2) - show monitor scene when required
[kdenlive] / src / geometrywidget.h
index 65681b31f2060be2616d4207df3a5d53791a7dae..d22171bffc5070d4ad54c707bde927266c7afa02 100644 (file)
@@ -67,8 +67,6 @@ public slots:
     void setupParam(const QDomElement elem, int minframe, int maxframe);
     /** @brief Updates position of the local timeline to @param relTimelinePos.  */
     void slotSyncPosition(int relTimelinePos);
-    /** @brief Switches from normal monitor to monitor scene according to @param show. */
-    void slotShowScene(bool show = true);
 
 private:
     Ui::GeometryWidget_UI m_ui;
@@ -172,6 +170,8 @@ private slots:
     void slotFitToHeight();
     /** @brief Show / hide previous keyframe in monitor scene. */
     void slotShowPreviousKeyFrame(bool show);
+    /** @brief Switches from normal monitor to monitor scene according to @param show. */
+    void slotShowScene(bool show = true);
 
 signals:
     void parameterChanged();