mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
lcd4l: possibility to use it in user menue
This commit is contained in:
@@ -94,6 +94,16 @@ CLCD4lSetup::~CLCD4lSetup()
|
||||
{
|
||||
}
|
||||
|
||||
CLCD4lSetup* CLCD4lSetup::getInstance()
|
||||
{
|
||||
static CLCD4lSetup* me = NULL;
|
||||
|
||||
if(!me)
|
||||
me = new CLCD4lSetup();
|
||||
|
||||
return me;
|
||||
}
|
||||
|
||||
int CLCD4lSetup::exec(CMenuTarget* parent, const std::string &actionkey)
|
||||
{
|
||||
printf("CLCD4lSetup::exec: actionkey %s\n", actionkey.c_str());
|
||||
|
Reference in New Issue
Block a user