X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmonitoreditwidget.h;h=30ce7b6ada6fc78b8c4434dc8f2a64f2cd72c786;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=4df207ab0567dc433617b55836c82ff3da55ea5b;hpb=89b6a842077844b0a68c3cc5ac471f57487f9ff2;p=kdenlive diff --git a/src/monitoreditwidget.h b/src/monitoreditwidget.h index 4df207ab..30ce7b6a 100644 --- a/src/monitoreditwidget.h +++ b/src/monitoreditwidget.h @@ -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();