]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
Keyframable rotation for affine transition
[kdenlive] / src / effectstackedit.h
index 012faf66cd6e6950b5d97147cf2a8cb1d40092b8..3fbd704140a127d68d1aa4077c7fdaf515784451 100644 (file)
@@ -40,6 +40,7 @@ struct wipeInfo {
 
 class QFrame;
 class Monitor;
+class GeometryWidget;
 
 class EffectStackEdit : public QScrollArea
 {
@@ -80,6 +81,7 @@ private:
     QPoint m_frameSize;
     KeyframeEdit *m_keyframeEditor;
     Monitor *m_monitor;
+    GeometryWidget *m_geometryWidget;
 
 public slots:
     /** @brief Called when an effect is selected, builds the UIĀ for this effect. */