yacreader/YACReaderLibrary/theme.cpp
Luis Ángel San Martín deb1971bc9 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.
2020-04-07 18:11:31 +02:00

7 lines
40 B
C++

#include "theme.h"
Theme::Theme()
{
}