mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Use json file based themes instead of code to create them (theme editor + theme mode settings)
This commit is contained in:
@ -2,8 +2,9 @@
|
||||
#define THEME_FACTORY_H
|
||||
|
||||
#include "theme.h"
|
||||
#include "theme_id.h"
|
||||
|
||||
Theme makeTheme(ThemeId themeId);
|
||||
#include <QJsonObject>
|
||||
|
||||
Theme makeTheme(const QJsonObject &json);
|
||||
|
||||
#endif // THEME_FACTORY_H
|
||||
|
||||
Reference in New Issue
Block a user