mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Provide more meaningful theme colors to deal with not completed and recent states
This commit is contained in:
@ -10,7 +10,6 @@ class YACReaderTreeView : public QTreeView, protected Themable
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit YACReaderTreeView(QWidget *parent = 0);
|
||||
QColor folderIndicatorColor() const { return theme.navigationTree.folderIndicatorColor; }
|
||||
|
||||
private:
|
||||
void mousePressEvent(QMouseEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user