mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
Origin commit data
------------------
Commit: b41819190d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-16 (Thu, 16 Jan 2014)
Origin message was:
------------------
Preparing the menu classes for Lua Part #2
- Remove CMenuForwarderNonLocalized
- Add overloaded function CMenuForwarder for non local
THX Martii
This commit is contained in:
@@ -29,12 +29,12 @@ class CSleepTimerWidget: public CMenuTarget
|
||||
{
|
||||
private:
|
||||
static bool is_running;
|
||||
int shutdown_min;
|
||||
std::string shutdown_min_string;
|
||||
bool permanent;
|
||||
|
||||
public:
|
||||
CSleepTimerWidget(bool _permanent = false) { permanent = _permanent; }
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
const char * getTargetValue();
|
||||
std::string &getValue(void);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user