]> git.sesse.net Git - kdenlive/blobdiff - src/dvdwizardmenu.h
Several small adjustments for monitor switching
[kdenlive] / src / dvdwizardmenu.h
index 4e5100fb1453b8099f1875e9aa1c47fa9aa272b5..8c9931ec621cfd7acdae5f888502d060d244d1e2 100644 (file)
@@ -36,7 +36,9 @@ class DvdScene : public QGraphicsScene
 {
 
 public:
-    DvdScene(QObject * parent = 0): QGraphicsScene(parent) {}
+    DvdScene(QObject * parent = 0): QGraphicsScene(parent) {
+        m_width = 0; m_height = 0;
+    }
     void setProfile(int width, int height) {
         m_width = width;
         m_height = height;
@@ -130,6 +132,7 @@ public:
     void createButtonImages(const QString &img1, const QString &img2, const QString &img3);
     void setTargets(QStringList list, QStringList targetlist);
     QMap <QString, QRect> buttonsInfo();
+    bool loopMovie() const;
     bool menuMovie() const;
     QString menuMoviePath() const;
     bool isPalMenu() const;