]> git.sesse.net Git - kdenlive/blobdiff - src/kdenlivedoc.h
Add option to remove unused clips from project tree:
[kdenlive] / src / kdenlivedoc.h
index 6f6bfd3c653942bd10c6d1feb9ed4d456b9fae27..423705444f05e6ded8e69d740225325f9f321133 100644 (file)
@@ -74,7 +74,7 @@ Q_OBJECT public:
     int getFramePos(QString duration);
     DocClipBase *getBaseClip(const QString &clipId);
     void updateClip(const QString id);
-    void deleteProjectClip(QList <QString> ids);
+    void deleteProjectClip(QStringList ids);
     /** Inform application of the audio thumbnails generation progress */
     void setThumbsProgress(const QString &message, int progress);
     const QString &profilePath() const;