]> git.sesse.net Git - kdenlive/blobdiff - src/monitoreditwidget.h
Const'ref
[kdenlive] / src / monitoreditwidget.h
index 4df207ab0567dc433617b55836c82ff3da55ea5b..30ce7b6ada6fc78b8c4434dc8f2a64f2cd72c786 100644 (file)
@@ -27,24 +27,22 @@ class QIcon;
 class MonitorScene;
 class Render;
 class QGraphicsView;
-class QToolButton;
 class QVBoxLayout;
 
 
-
 class MonitorEditWidget : public QWidget
 {
     Q_OBJECT
 
 public:
     explicit MonitorEditWidget(Render *renderer, QWidget* parent = 0);
-    virtual ~MonitorEditWidget();
+    ~MonitorEditWidget();
 
     /** @brief Updates the necessary settings on a profile change. */
     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();