mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Add a theme class to store all the custom UI values used in the code.
It will need a setting for selecting the theme in the factory method.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
53fcc52dd6
commit
deb1971bc9
6
YACReaderLibrary/theme.cpp
Normal file
6
YACReaderLibrary/theme.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "theme.h"
|
||||
|
||||
Theme::Theme()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user