mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
add COsdSetup::changeNotify, atm only for new option
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1866 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class COsdSetup : public CMenuTarget
|
||||
class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CColorSetupNotifier *colorSetupNotifier;
|
||||
@@ -86,8 +86,7 @@
|
||||
COsdSetup(bool wizard_mode = OSD_SETUP_MODE_WIZARD_NO);
|
||||
~COsdSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
||||
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void * /*data*/);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user