From 121b2bb05bcf22d9da7a7a1a713acf3514fc932a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Mardelle Date: Fri, 9 Sep 2011 23:40:43 +0000 Subject: [PATCH] cppcheck fixes, patch by Mikko Rapeli [7/27] svn path=/trunk/kdenlive/; revision=5880 --- src/docclipbase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docclipbase.h b/src/docclipbase.h index 95e0b6bf..b23945dc 100644 --- a/src/docclipbase.h +++ b/src/docclipbase.h @@ -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 -- 2.39.2