system/settings: store epg times in integers

Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
This commit is contained in:
martii
2013-12-24 12:13:04 +01:00
committed by Jacek Jendrzej
parent d125301ede
commit b45511b196
4 changed files with 46 additions and 24 deletions

View File

@@ -43,6 +43,10 @@ class CMiscMenue : public CMenuTarget, CChangeObserver
//COnOffNotifier* miscNotifier;
COnOffNotifier* miscEpgNotifier;
int width;
std::string epg_cache;
std::string epg_extendedcache;
std::string epg_old_events;
std::string epg_max_events;
int showMiscSettingsMenu();
void showMiscSettingsMenuGeneral(CMenuWidget *ms_general);