mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino.cpp: move theme loading to gui/themes.cpp
original commit (C) martii: commit cf48e04c02224af37098359d1788f65edd6a7060 gui/themes, neutrino: de-duplicate get/set code
This commit is contained in:
@@ -49,6 +49,8 @@ class CThemes : public CMenuTarget, CChangeObserver
|
||||
CThemes();
|
||||
void setupDefaultColors();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
static void setTheme(CConfigFile &configfile);
|
||||
static void getTheme(CConfigFile &configfile);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user