fix overlapping remote timers

This commit is contained in:
TangoCash
2016-10-23 11:00:19 +02:00
committed by M. Liebmann
parent d0b9b3b4a5
commit 7bd568dc9c
2 changed files with 97 additions and 15 deletions

View File

@@ -95,6 +95,7 @@ class CTimerList : public CMenuTarget, public CListHelpers
bool changed;
int bselected;
CMenuWidget *remboxmenu;
bool askUserOnRemoteTimerConflict(time_t announceTime, time_t stopTime, char * remotebox_ip);
public:
CTimerList();