mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
- sleeptimer: allow only one instance
* remove unneeded includes
This commit is contained in:
@@ -27,8 +27,11 @@
|
||||
|
||||
class CSleepTimerWidget: public CMenuTarget
|
||||
{
|
||||
public:
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
private:
|
||||
static bool is_running;
|
||||
|
||||
public:
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user