mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Initial implementation of theming
This commit is contained in:
@ -8,6 +8,9 @@ class EmptyReadingListWidget : public EmptyContainerInfo
|
||||
{
|
||||
public:
|
||||
EmptyReadingListWidget(QWidget *parent = nullptr);
|
||||
|
||||
protected:
|
||||
void applyTheme(const Theme &theme) override;
|
||||
};
|
||||
|
||||
#endif // EMPTY_READING_LIST_WIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user