X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipmanager.cpp;fp=src%2Fclipmanager.cpp;h=643e9816faf1e865f8d091e1db33dbc59318063d;hb=254095f40e332af8c58baf10dd946090f7c6fee1;hp=80396991dc9d0065069d8d59d7e98d68950acf33;hpb=6955cc18d4df88339160f801baa3bf89e4e4e861;p=kdenlive diff --git a/src/clipmanager.cpp b/src/clipmanager.cpp index 80396991..643e9816 100644 --- a/src/clipmanager.cpp +++ b/src/clipmanager.cpp @@ -123,7 +123,7 @@ void ClipManager::clearCache() #endif } -void ClipManager::slotRequestThumbs(const QString id, QList frames) +void ClipManager::slotRequestThumbs(const QString &id, const QList & frames) { m_thumbsMutex.lock(); foreach (int frame, frames) { @@ -527,7 +527,7 @@ void ClipManager::slotAddClip(KIO::Job *job, const KUrl &, const KUrl &dst) slotAddClipList(KUrl::List () << dst, data); } -void ClipManager::slotAddClipList(const KUrl::List &urls, QMap data) +void ClipManager::slotAddClipList(const KUrl::List &urls, const QMap &data) { QUndoCommand *addClips = new QUndoCommand(); // Update list of removable volumes