]> git.sesse.net Git - kdenlive/blobdiff - src/mainwindow.h
Fix parts of Kdenlive not responding to color theme change
[kdenlive] / src / mainwindow.h
index 21e3b03935d6485b78114ce868a6451efe8fd089..4b5851367e4cf9af8cd0b414a6869fac76a10e45 100644 (file)
@@ -311,6 +311,9 @@ private:
 
     StopmotionWidget *m_stopmotion;
     QTime m_timer;
+    
+    /** @brief Update statusbar stylesheet (in case of color theme change). */
+    void setStatusBarStyleSheet(const QPalette &p);
 
 public slots:
     /** @brief Prepares opening @param url.
@@ -548,6 +551,8 @@ private slots:
     void slotElapsedTime();
     /** @brief Open the online services search dialog. */
     void slotDownloadResources();
+    
+    void slotChangePalette();
 
 signals:
     Q_SCRIPTABLE void abortRenderJob(const QString &url);