X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Feffectstackedit.h;h=bcc242d13e1de278fffcf8844031e465cd17f081;hb=491b4c44111a9a7446b7bc0ad39b10a94dc2fe85;hp=f760222242c85ca8c2a185b5ed5651ac434632e8;hpb=d385077e0eab07915166924ca41d9fa807072cf0;p=kdenlive diff --git a/src/effectstackedit.h b/src/effectstackedit.h index f7602222..bcc242d1 100644 --- a/src/effectstackedit.h +++ b/src/effectstackedit.h @@ -30,9 +30,7 @@ #include #include -class QFrame; class Monitor; -class GeometryWidget; class EffectStackEdit : public QScrollArea { @@ -57,10 +55,9 @@ public: /** @brief Returns true if this transition requires an on monitor scene. */ bool needsMonitorEffectScene() const; /** @brief Set keyframes for this transition. */ - void setKeyframes(const QString &data); + void setKeyframes(const QString &data, int maximum); private: - Monitor *m_monitor; EffectMetaInfo m_metaInfo; QWidget *m_baseWidget; ParameterContainer *m_paramWidget;