X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmonitoreditwidget.h;h=30ce7b6ada6fc78b8c4434dc8f2a64f2cd72c786;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=34f3b07c8ae840a14a1851bc58101e001918a13b;hpb=09194484c415d7a7645bcf7c2245cc753059ea4c;p=kdenlive diff --git a/src/monitoreditwidget.h b/src/monitoreditwidget.h index 34f3b07c..30ce7b6a 100644 --- a/src/monitoreditwidget.h +++ b/src/monitoreditwidget.h @@ -22,13 +22,11 @@ #include "ui_monitoreditwidget_ui.h" #include -#include class QIcon; class MonitorScene; class Render; class QGraphicsView; -class QToolButton; class QVBoxLayout; @@ -38,13 +36,13 @@ class MonitorEditWidget : public QWidget 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();