]> git.sesse.net Git - kdenlive/blobdiff - src/docclipbase.h
[PATCH by Ray Lehtiniemi] Do not return references to temporaries.
[kdenlive] / src / docclipbase.h
index 01e972197931bd9497c4045126515d571b50986d..03bc49ed49f19bd13ef60a1421150022e19201f4 100644 (file)
@@ -59,7 +59,7 @@ Q_OBJECT public:
     virtual ~ DocClipBase();
 
     /** returns the name of this clip. */
-    const QString name() const;
+    const QString name() const;
 
     /** Returns the description of this clip. */
     const QString description() const;