]> git.sesse.net Git - kdenlive/blobdiff - src/geometrywidget.h
on-monitor editing: show controls next to the edit monitor
[kdenlive] / src / geometrywidget.h
index 3d10fb8411797127021bc1b16b3964f1e364ea33..aa47d7f46d0420fee8ea6603e16e0df31ad4f425 100644 (file)
@@ -33,7 +33,6 @@ class MonitorScene;
 class KeyframeHelper;
 class TimecodeDisplay;
 class OnMonitorRectItem;
-class MonitorSceneControlWidget;
 
 
 class GeometryWidget : public QWidget
@@ -46,7 +45,7 @@ public:
     * @param clipPos Position of the clip in timeline
     * @param isEffect true if used in an effect, false if used in a transition
     * @param parent (optional) Parent widget */
-    GeometryWidget(Monitor *monitor, Timecode timecode, int clipPos, bool isEffect, bool disabled, QWidget* parent = 0);
+    GeometryWidget(Monitor *monitor, Timecode timecode, int clipPos, bool isEffect, QWidget* parent = 0);
     virtual ~GeometryWidget();
     /** @brief Gets the geometry as a serialized string. */
     QString getValue() const;
@@ -81,7 +80,6 @@ private:
     /** Stores the different settings in the MLT geometry format. */
     Mlt::Geometry *m_geometry;
     bool m_showScene;
-    MonitorSceneControlWidget *m_config;
 
 private slots:
     /** @brief Updates controls according to position.