]> git.sesse.net Git - kdenlive/blobdiff - src/effectstackedit.h
use const ref
[kdenlive] / src / effectstackedit.h
index bcc242d13e1de278fffcf8844031e465cd17f081..c210b32e416322baaf1a396d70b1265da7b12a32 100644 (file)
@@ -44,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. */
@@ -63,7 +63,7 @@ private:
     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. */