]> git.sesse.net Git - kdenlive/blobdiff - src/monitor.h
cppcheck fixes, patch by Mikko Rapeli [20/27]
[kdenlive] / src / monitor.h
index 6e06f685bf08f9ec8558b92179643f55571fc39c..13f107a216b7e15bab671a811273f02948462cee 100644 (file)
@@ -114,7 +114,7 @@ public:
     ~Monitor();
     Render *render;
     AbstractRender *abstractRender();
-    void resetProfile(const QString profile);
+    void resetProfile(const QString &profile);
     const QString name() const;
     void resetSize();
     bool isActive() const;
@@ -252,7 +252,7 @@ signals:
     void refreshClipThumbnail(const QString &, bool);
     void adjustMonitorSize();
     void zoneUpdated(QPoint);
-    void saveZone(Render *, QPoint);
+    void saveZone(Render *, QPoint, DocClipBase *);
     /** @brief  Editing transitions / effects over the monitor requires the renderer to send frames as QImage.
      *      This causes a major slowdown, so we only enable it if required */
     void requestFrameForAnalysis(bool);