17 class CPVRChannelGroup;
28 : m_groups(groups), m_bUpdateDb(bUpdateDb) {}
42 const std::vector<std::shared_ptr<CPVRChannelGroup>> m_groups;
43 const bool m_bUpdateDb =
false;
Definition: ContextMenuManager.h:24
Definition: PVRGUIChannelIconUpdater.h:19
CPVRGUIChannelIconUpdater(const std::vector< std::shared_ptr< CPVRChannelGroup >> &groups, bool bUpdateDb)
ctor.
Definition: PVRGUIChannelIconUpdater.h:27
void SearchAndUpdateMissingChannelIcons() const
Search and update missing channel icons.
Definition: PVRGUIChannelIconUpdater.cpp:34