]> git.sesse.net Git - kdenlive/blobdiff - src/titledocument.h
Fix opening of title with profile different than current one
[kdenlive] / src / titledocument.h
index cc669f7056b2008d7b5e13539249edb0202f1cd7..cc5d838e6fcb6213c405f750a18d1fcccc3b0b78 100644 (file)
@@ -37,6 +37,8 @@ public:
     /** \brief Get the background color (incl. alpha) from the document, if possibly
      * \returns The background color of the document, inclusive alpha. If none found, returns (0,0,0,0) */
     QColor getBackgroundColor();
+    int frameWidth() const;
+    int frameHeight() const;
 
     enum ItemOrigin {OriginXLeft = 0, OriginYTop = 1};
     enum AxisPosition {AxisDefault = 0, AxisInverted = 1};