]> git.sesse.net Git - kdenlive/blobdiff - src/subprojectitem.h
const'ify/use reference. Remove unused variable
[kdenlive] / src / subprojectitem.h
index d3efd85ad19c5a1c532535b59ee2a16db1333185..5b1d79128d177d1fa414067d9d778b3b262475a9 100644 (file)
@@ -44,7 +44,7 @@ public:
     int numReferences() const;
     DocClipBase *referencedClip();
     QPoint zone() const;
-    void setZone(QPoint p);
+    void setZone(const QPoint &p);
     QString description() const;
     void setDescription(QString desc);
     static int itemDefaultHeight();