]> git.sesse.net Git - kdenlive/blobdiff - src/projectlist.h
improvements to effect stack UI & fix timeline keyframes not refreshing
[kdenlive] / src / projectlist.h
index bd04931dcb23227b251672ac937a85db1898d84e..25f7ae578049689fdf860ce1488550d4e0788303 100644 (file)
@@ -80,7 +80,7 @@ class SmallInfoLabel: public QPushButton
     Q_OBJECT
 public:
     SmallInfoLabel(QWidget *parent = 0);
-
+    static const QString getStyleSheet(const QPalette &p);
 private:
     QTimeLine* m_timeLine;
 
@@ -261,6 +261,9 @@ public:
     void startClipFilterJob(const QString &filterName, const QString &condition);
     /** @brief Set current document for the project tree. */
     void setDocument(KdenliveDoc *doc);
+    
+    /** @brief Palette was changed, update style. */
+    void updatePalette();
 
 public slots:
     void updateAllClips(bool displayRatioChanged, bool fpsChanged, QStringList brokenClips);