]> git.sesse.net Git - kdenlive/blobdiff - src/abstractgroupitem.h
Also show duration of group or selection the clip under the mouse is in in status...
[kdenlive] / src / abstractgroupitem.h
index bf080a264e86d62961e3fc82ff7d3791dee29a57..23bf850ce54e7ad880b31b5ed54198fa24baff09 100644 (file)
@@ -52,6 +52,8 @@ public:
     QList <ItemInfo> resizeInfos();
     /** @brief Clears m_resizeInfos */
     void clearResizeInfos();
+    /** @brief Gets the duration (length) of the group. */
+    GenTime duration();
 
 protected:
     virtual QVariant itemChange(GraphicsItemChange change, const QVariant &value);