]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Fix DVD chapters broken when using an intro movie, show chapters in monitor ruler
[kdenlive] / src / kdenlivedoc.h
index 5c658590d19cc5412ebaef5160fa9401225ba823..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);
@@ -221,7 +221,7 @@ public slots:
      * @param mod (optional) true if the document has to be saved */
     void setModified(bool mod = true);
     void checkProjectClips(bool displayRatioChanged = false, bool fpsChanged = false);
-    void slotAddClipFile(const KUrl &url, stringMap data = QMap <QString, QString>());
+    void slotAddClipFile(const KUrl &url, stringMap data);
 
 private slots:
     void slotAutoSave();