mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Add toolbar and background theming to YACReader
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#include "theme_manager.h"
|
||||
|
||||
#include "theme.h"
|
||||
#include "theme_factory.h"
|
||||
|
||||
#include <QGuiApplication>
|
||||
#include <QStyleHints>
|
||||
@ -46,5 +47,5 @@ void ThemeManager::setTheme(ThemeId themeId)
|
||||
|
||||
void ThemeManager::updateCurrentTheme()
|
||||
{
|
||||
// TODO
|
||||
currentTheme = makeTheme(themeId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user