X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivedoc.cpp;h=03a1d3bdf73f208aeedd27cc30155db1236cb24f;hb=4664de14c0240086ced95c4ff9e4c1101a60051d;hp=539f87a7e0b446a443c2499463c8a3f442b1009c;hpb=9c2ace0ab7aa5378ac61ae1b490f83473517e3a7;p=kdenlive diff --git a/src/kdenlivedoc.cpp b/src/kdenlivedoc.cpp index 539f87a7..03a1d3bd 100644 --- a/src/kdenlivedoc.cpp +++ b/src/kdenlivedoc.cpp @@ -1465,7 +1465,7 @@ void KdenliveDoc::slotAddClipFile(const KUrl url, const QString group, const QSt setModified(true); } -const QString&KdenliveDoc::getFreeClipId() { +const QString KdenliveDoc::getFreeClipId() { return QString::number(m_clipManager->getFreeClipId()); }