]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
const'ify/use reference. Remove unused variable
[kdenlive] / src / effectstackedit.h
index 499fe8edbc798d4cace6bce92a53b5626a543a6b..c210b32e416322baaf1a396d70b1265da7b12a32 100644 (file)
@@ -30,9 +30,7 @@
 #include <QMap>
 #include <QScrollArea>
 
-class QFrame;
 class Monitor;
-class GeometryWidget;
 
 class EffectStackEdit : public QScrollArea
 {
@@ -46,7 +44,7 @@ public:
     *
     * Used to disable the effect, by setting disabled="1" */
     void updateParameter(const QString &name, const QString &value);
-    void setFrameSize(QPoint p);
+    void setFrameSize(const QPoint &p);
     /** @brief Tells the parameters to update their timecode format according to KdenliveSettings. */
     void updateTimecodeFormat();
     /** @brief Returns true if this effect wants to keep track of current position in clip. */
@@ -60,13 +58,12 @@ public:
     void setKeyframes(const QString &data, int maximum);
 
 private:
-    Monitor *m_monitor;
     EffectMetaInfo m_metaInfo;
     QWidget *m_baseWidget;
     ParameterContainer *m_paramWidget;
 
 public slots:
-    /** @brief Called when an effect is selected, builds the UI for this effect. */
+    /** @brief Called when an effect is selected, builds the UI for this effect. */
     void transferParamDesc(const QDomElement &d, ItemInfo info, bool isEffect = true);
 
     /** @brief Pass position changes of the timeline cursor to the effects to keep their local timelines in sync. */