]> git.sesse.net Git - kdenlive/blobdiff - src/projectlistview.cpp
* Small cmake cleanup
[kdenlive] / src / projectlistview.cpp
index 08bc3d654f40a387403f7330485e4ecdc424f783..74cafd6cb8b6c537fb00443290c5bd572ced7ae2 100644 (file)
@@ -141,7 +141,7 @@ void ProjectListView::dropEvent(QDropEvent *event) {
         }
         const QList <QUrl> list = event->mimeData()->urls();
         foreach(const QUrl &url, list) {
-            emit addClip(url, groupName);
+            emit addClip(KUrl(url), groupName);
         }
 
     } else if (event->mimeData()->hasFormat("kdenlive/producerslist")) {