mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
11 lines
162 B
C
11 lines
162 B
C
#ifndef THEME_FACTORY_H
|
|
#define THEME_FACTORY_H
|
|
|
|
#include "theme.h"
|
|
|
|
#include <QJsonObject>
|
|
|
|
Theme makeTheme(const QJsonObject &json);
|
|
|
|
#endif // THEME_FACTORY_H
|