X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Ftitlewidget.h;h=dfc537b60181505384302a22c3cb9e5ecb7ad653;hb=8fc16957ff5417b21e68ca5d84de89bec38c5a1c;hp=478bad411482c0506ffb5fdba315dab123d99ba4;hpb=f5eccec357a3982c89d64d2d9c3a8bed22bc0bdd;p=kdenlive diff --git a/src/titlewidget.h b/src/titlewidget.h index 478bad41..dfc537b6 100644 --- a/src/titlewidget.h +++ b/src/titlewidget.h @@ -97,8 +97,8 @@ public: * get the file name. There is no check for the existence of the file. */ static QString getTitleResourceFromName(const KUrl &projectUrl, const QString &titleName); - /** @brief Returns clip out position. */ - int outPoint() const; + /** @brief Returns clip duration. */ + int duration() const; /** @brief Retrieves a list of all available title templates. */ static void refreshTitleTemplates();