mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Make Themable pass the current Theme through applyTheme
This reduces boilerplate code and remove the ThemeManager dependency at Thamable subclasses level.
This commit is contained in:
@ -11,7 +11,7 @@ public:
|
||||
ScraperCheckBox(const QString &text, QWidget *parent = nullptr);
|
||||
|
||||
protected:
|
||||
void applyTheme() override;
|
||||
void applyTheme(const Theme &theme) override;
|
||||
};
|
||||
|
||||
#endif // SCRAPER_CHECKBOX_H
|
||||
|
||||
Reference in New Issue
Block a user