Preparing the menu classes for Lua Part #2

- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
  THX Martii
This commit is contained in:
M. Liebmann
2014-01-16 23:20:04 +01:00
parent 2c9c9debcc
commit b41819190d
35 changed files with 298 additions and 356 deletions

View File

@@ -138,7 +138,7 @@ class CEventListHandler : public CMenuTarget
class CEventFinderMenu : public CMenuTarget, CChangeObserver
{
private:
CMenuForwarderNonLocalized* m_search_channelname_mf;
CMenuForwarder* m_search_channelname_mf;
int* m_event;
int* m_search_epg_item;
std::string* m_search_keyword;