mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CMenuForwarder: clean up multiple code parts
This commit is contained in:
@@ -231,6 +231,12 @@ class CMenuSeparator : public CMenuItem
|
||||
class CMenuForwarder : public CMenuItem
|
||||
{
|
||||
std::string actionKey;
|
||||
void init( const std::string &OptionName,
|
||||
const neutrino_locale_t Name,
|
||||
const std::string &sOption,
|
||||
const char * const cOption,
|
||||
CMenuTarget* Target,
|
||||
const char * const ActionKey);
|
||||
|
||||
protected:
|
||||
std::string option_string;
|
||||
|
Reference in New Issue
Block a user