]> git.sesse.net Git - kdenlive/blobdiff - src/titlewidget.h
Use const'ref.
[kdenlive] / src / titlewidget.h
index 478bad411482c0506ffb5fdba315dab123d99ba4..dfc537b60181505384302a22c3cb9e5ecb7ad653 100644 (file)
@@ -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();