]> git.sesse.net Git - kdenlive/blobdiff - src/monitoreditwidget.h
Use a qsplitter
[kdenlive] / src / monitoreditwidget.h
index 34f3b07c8ae840a14a1851bc58101e001918a13b..4dc01f1f9cceb9109d24e3d40a9b0294e814b453 100644 (file)
@@ -28,7 +28,6 @@ class QIcon;
 class MonitorScene;
 class Render;
 class QGraphicsView;
-class QToolButton;
 class QVBoxLayout;
 
 
@@ -44,7 +43,7 @@ public:
     void resetProfile(Render *renderer);
 
     /** @brief Returns the on-monitor scene. */
-    MonitorScene *getScene();
+    MonitorScene *getScene() const;
 
     /** @brief Returns the action toggling between the normal monitor and the editor. */
     QAction *getVisibilityAction();