neutrino.cpp: move theme loading to gui/themes.cpp

original commit (C) martii:
commit cf48e04c02224af37098359d1788f65edd6a7060
gui/themes, neutrino: de-duplicate get/set code


Origin commit data
------------------
Branch: ni/coolstream
Commit: 58198b3f55
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-09-12 (Fri, 12 Sep 2014)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-09-12 19:42:31 +04:00
parent d1f562e7c7
commit ade59e670e
3 changed files with 115 additions and 217 deletions

View File

@@ -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