mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
CThemes: inherit CColorSetupNotifier into CThemes
Avoids explicit init of CColorSetupNotifier objects.
Origin commit data
------------------
Branch: ni/coolstream
Commit: dd329ce68e
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-04-11 (Wed, 11 Apr 2018)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -28,11 +28,10 @@
|
||||
#include <configfile.h>
|
||||
#include <system/setting_helpers.h>
|
||||
|
||||
class CThemes : public CMenuTarget, CChangeObserver
|
||||
class CThemes : public CMenuTarget, CColorSetupNotifier
|
||||
{
|
||||
private:
|
||||
CConfigFile themefile;
|
||||
CColorSetupNotifier *notifier;
|
||||
|
||||
int width;
|
||||
SNeutrinoTheme oldTheme;
|
||||
|
Reference in New Issue
Block a user