gui/channellist.cpp: add 'force' arg to zap functions, to trigger zap

This commit is contained in:
[CST] Focus
2013-03-13 18:54:30 +04:00
parent 2b919d5a32
commit c60b8fc741
2 changed files with 9 additions and 9 deletions

View File

@@ -148,10 +148,10 @@ public:
t_channel_id getActiveChannel_ChannelID(void) const;
CZapitChannel* getActiveChannel (void) const;
void zapTo(int pos, bool forceStoreToLastChannels = false);
void zapToChannel(CZapitChannel *channel);
void zapTo(int pos, bool force = false);
void zapToChannel(CZapitChannel *channel, bool force = false);
void virtual_zap_mode(bool up);
bool zapTo_ChannelID(const t_channel_id channel_id);
bool zapTo_ChannelID(const t_channel_id channel_id, bool force = false);
bool adjustToChannelID(const t_channel_id channel_id, bool bToo = true);
bool showInfo(int pos, int epgpos = 0);
void updateEvents(unsigned int from, unsigned int to);