]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Correctly update monitor when changing a title clip duration
[kdenlive] / src / mainwindow.h
index b953edf27a261a87ec0062c4767b08451e8730a2..4be462681417e46fbd4a4a8922787b2323787906 100644 (file)
@@ -143,6 +143,7 @@ private:
     QMenu *m_timelineContextMenu;
     QMenu *m_timelineContextClipMenu;
     QMenu *m_timelineContextTransitionMenu;
+    KUrl m_startUrl;
 
     /**
      * Shortcut to remove the focus of any element. Allows to get out
@@ -317,6 +318,7 @@ private slots:
     void slotSetZoom(int value);
     void slotUpdateClipMarkers(DocClipBase *clip);
     void slotRevert();
+    void slotShutdown();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);