]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
[PATCH by Ray Lehtiniemi] Do not return references to temporaries.
[kdenlive] / src / kdenlivedoc.h
index f474ab24153381422cfef4481850ed2a31b0de5f..69b615d065b1fd91a3a259364fef7d86726e0c5c 100644 (file)
@@ -83,7 +83,7 @@ Q_OBJECT public:
     const QString description() const;
     void setUrl(KUrl url);
     void setProfilePath(QString path);
-    const QString &getFreeClipId();
+    const QString getFreeClipId();
     /** does the document need saving */
     bool isModified() const;
     /** Returns project folder, used to store project files (titles, effects,...) */