X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkthumb.cpp;h=3d660b551bf18a7841c1b70560fd845b720a28a6;hb=c3302003093710ee247ad84c0fe2ef3c579d417f;hp=686b7a1a4dd3c199e8331a6148949e1b2eea7eb5;hpb=7e7237ae57890a3a5de195d30c85f93fab4df555;p=kdenlive diff --git a/src/kthumb.cpp b/src/kthumb.cpp index 686b7a1a..3d660b55 100644 --- a/src/kthumb.cpp +++ b/src/kthumb.cpp @@ -93,7 +93,7 @@ void KThumb::updateThumbUrl(const QString &hash) m_thumbFile = m_clipManager->projectFolder() + "/thumbs/" + hash + ".thumb"; } -void KThumb::updateClipUrl(KUrl url, const QString &hash) +void KThumb::updateClipUrl(const KUrl &url, const QString &hash) { m_url = url; m_thumbFile = m_clipManager->projectFolder() + "/thumbs/" + hash + ".thumb";