]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Allow effects to have parameters depending on the project's profile properties (width...
[kdenlive] / src / customtrackscene.h
index eb22ec90c6e3e435f3c788ab3c657795069a880f..32224b20431215360d94ad31ecf26f53fb1442c0 100644 (file)
@@ -28,6 +28,7 @@
 #include "gentime.h"
 
 class KdenliveDoc;
+class MltVideoProfile;
 
 /** This class holds all properties that need to be used by clip items */
 
@@ -46,6 +47,7 @@ public:
     QPointF scale() const;
     int tracksCount() const;
     QPixmap m_transitionPixmap;
+    MltVideoProfile profile() const;
 
 private:
     KdenliveDoc *m_document;