Commit Graph

6 Commits

Author SHA1 Message Date
svenhoefer
299852d388 - listhelpers: satisfy -Werror 2016-01-18 13:43:46 +01:00
Stefan Seyfried
ed7eaafbcb timerlist: use CListHelpers
remove duplicated code and use CListHelpers::UpDownKey().
Some variable types had to be changed to avoid typecasts, as
a result (int) casts to foo.size() had to be added :-)
2016-01-18 08:10:16 +01:00
Stefan Seyfried
edf7d48e04 upnpbrowser: use CListHelpers::UpDownKey 2016-01-18 08:10:16 +01:00
Stefan Seyfried
7b87206099 CListHelpers: allow UpDownKey with int type, too 2016-01-18 08:10:16 +01:00
Stefan Seyfried
99453de557 eventlist: use CListHelpers::UpDownKey 2016-01-18 08:10:16 +01:00
Stefan Seyfried
ec4aa07e17 add CListHelpers class
this can be used to factor out duplicate code implementations
from all the various channel-, bouquet-, eventlists etc...
2016-01-18 08:10:16 +01:00