]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.h
Several improvements in DVD wizard, fix menu with background movie (currently only...
[kdenlive] / src / dvdwizardmenu.h
index e8d6f07de258cd063fa1f4c4f8332c7cc73d4382..2ecdcae18b9c41153d5b40bf8680cfd7fe19eb20 100644 (file)
@@ -140,6 +140,7 @@ public:
     bool loopMovie() const;
     bool menuMovie() const;
     QString menuMoviePath() const;
+    int menuMovieLength() const;
     bool isPalMenu() const;
     void changeProfile(bool isPal);
     QDomElement toXml() const;
@@ -157,6 +158,7 @@ private:
     int m_width;
     int m_height;
     QSize m_finalSize;
+    int m_movieLength;
 #if KDE_IS_VERSION(4,7,0)
     KMessageWidget *m_menuMessage;
 #endif