From 2676f328e4e4eba69ea8633d13ed9f09c19b58df Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 29 Feb 2016 00:11:44 +0100 Subject: [PATCH] adzap: add isActive() function Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/809b0ea20c6f8957dff84a54ab2b42f5f752dbfc Author: vanhofen Date: 2016-02-29 (Mon, 29 Feb 2016) Origin message was: ------------------ - adzap: add isActive() function ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/adzap.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/adzap.h b/src/gui/adzap.h index af0ed495e..f68b39721 100644 --- a/src/gui/adzap.h +++ b/src/gui/adzap.h @@ -57,5 +57,6 @@ class CAdZapMenu: public CMenuTarget public: static CAdZapMenu *getInstance(); int exec(CMenuTarget * parent, const std::string & actionKey); + bool isActive() { return (armed || monitor); }; }; #endif // __adzap__