]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Save color theme
[kdenlive] / src / mainwindow.h
index b953edf27a261a87ec0062c4767b08451e8730a2..ff749103fdaf8cc5ee0057a62c10b824981c1e34 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
@@ -202,7 +203,6 @@ private:
     QByteArray m_timelineState;
     void loadTranscoders();
 
-
 public slots:
     void openFile(const KUrl &url);
     void slotGotProgressInfo(const QString &message, int progress);
@@ -317,6 +317,10 @@ private slots:
     void slotSetZoom(int value);
     void slotUpdateClipMarkers(DocClipBase *clip);
     void slotRevert();
+    void slotShutdown();
+    void slotUpdateTrackInfo();
+    /** \brief Change color scheme */
+    void slotChangePalette(QAction *action, const QString &themename = QString());
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);