]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
cppcheck fixes, patch by Mikko Rapeli [9/27]
[kdenlive] / src / docclipbase.h
index 95e0b6bf11ddaf038eb43c5f43bc12138f86ec27..b23945dc7ba8675046803511a7f1e99de0258a44 100644 (file)
@@ -278,9 +278,9 @@ public slots:
 signals:
     void gotAudioData();
     /** @brief Generate a proxy clip (lower resolution copy) named like the clip's hash. */
-    void createProxy(const QString id);
+    void createProxy(const QString &id);
     /** @brief Abort creation of the proxy clip (lower resolution copy). */
-    void abortProxy(const QString id, const QString proxyPath);
+    void abortProxy(const QString &id, const QString &proxyPath);
 };
 
 #endif