- sleeptimer: allow only one instance

* remove unneeded includes
This commit is contained in:
svenhoefer
2013-05-14 22:20:40 +02:00
parent a5857e9d5b
commit 07da9cecdc
2 changed files with 23 additions and 13 deletions

View File

@@ -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);
};