X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fkdenlivedoc.h;h=095e8d50d67f5ce2022a5a0a746d570837103409;hb=edf2e497b4361db1bce089b0ef58dd566bf1d997;hp=b1b353bc68a74e5a2005880b5a6258c4a5f29b8b;hpb=51e1499aa2669245491a02c8e520d93da0edf306;p=kdenlive diff --git a/src/kdenlivedoc.h b/src/kdenlivedoc.h index b1b353bc..095e8d50 100644 --- a/src/kdenlivedoc.h +++ b/src/kdenlivedoc.h @@ -150,8 +150,8 @@ private: bool checkDocumentClips(QDomNodeList infoproducers); public slots: - void slotCreateTextClip(QString group, const QString &groupId); - void slotCreateTextTemplateClip(QString group, const QString &groupId); + void slotCreateTextClip(QString group, const QString &groupId, const QString &templatePath = QString()); + void slotCreateTextTemplateClip(QString group, const QString &groupId, KUrl path); /** Set to true if document needs saving, false otherwise */ void setModified(bool mod = true); void checkProjectClips();