X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivedoc.h;h=423705444f05e6ded8e69d740225325f9f321133;hb=5273a3b061a94e37ec3289211f67006731c93cab;hp=6f6bfd3c653942bd10c6d1feb9ed4d456b9fae27;hpb=285f70d6231c8079230302ec8f6f1d1733d0b7a0;p=kdenlive diff --git a/src/kdenlivedoc.h b/src/kdenlivedoc.h index 6f6bfd3c..42370544 100644 --- a/src/kdenlivedoc.h +++ b/src/kdenlivedoc.h @@ -74,7 +74,7 @@ Q_OBJECT public: int getFramePos(QString duration); DocClipBase *getBaseClip(const QString &clipId); void updateClip(const QString id); - void deleteProjectClip(QList ids); + void deleteProjectClip(QStringList ids); /** Inform application of the audio thumbnails generation progress */ void setThumbsProgress(const QString &message, int progress); const QString &profilePath() const;