]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Fix Coverity #980704
[kdenlive] / src / kdenlivedoc.h
index 955aee993f5f120fa2958f475a311386cba9ef24..22aeac31b18014f2f12d306c5ebfb762073485bf 100644 (file)
@@ -83,7 +83,7 @@ Q_OBJECT public:
      *
      * If the clip wasn't added before, it tries to add it to the project. */
     bool addClipInfo(QDomElement elem, QDomElement orig, QString clipId);
-    void slotAddClipList(const KUrl::List urls, stringMap data = QMap <QString, QString>());
+    void slotAddClipList(const KUrl::List urls, stringMap data = stringMap());
     void deleteClip(const QString &clipId);
     int getFramePos(QString duration);
     DocClipBase *getBaseClip(const QString &clipId);