add locals, add menu to manage box ip's

This commit is contained in:
TangoCash
2016-10-21 10:47:37 +02:00
committed by svenhoefer
parent fb26f93d98
commit 083c547e27
6 changed files with 99 additions and 9 deletions

View File

@@ -91,6 +91,9 @@ class CTimerList : public CMenuTarget, public CListHelpers
bool remoteChanExists(t_channel_id channel_id);
bool localChanExists(t_channel_id channel_id);
int rem_pre,rem_post;
int item_offset;
bool changed;
CMenuWidget *remboxmenu;
public:
CTimerList();