mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
src/gui/zapit_setup.cpp: use COnOffNotifier
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a89f09e64
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-11-09 (Fri, 09 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -31,10 +31,9 @@
|
||||
#include <string>
|
||||
#include <zapit/client/zapitclient.h>
|
||||
|
||||
class CZapitSetup : public CMenuTarget, CChangeObserver
|
||||
class CZapitSetup : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
CMenuForwarder *zapit1, *zapit2;
|
||||
|
||||
int width;
|
||||
|
||||
@@ -44,7 +43,6 @@ public:
|
||||
CZapitSetup();
|
||||
~CZapitSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
virtual bool changeNotify(const neutrino_locale_t , void *);
|
||||
};
|
||||
|
||||
class CSelectChannelWidget : public CMenuWidget
|
||||
|
Reference in New Issue
Block a user