CComponentsHeader/CChannelList: unify methode names

This commit is contained in:
2017-04-21 23:06:02 +02:00
parent 324ba258a0
commit 9ef6c49a23
2 changed files with 7 additions and 7 deletions

View File

@@ -326,7 +326,7 @@ class CComponentsHeader : public CComponentsForm, public CCTextScreen
/**Methode to get channel logo object for direct access to its properties and methodes
* @return CComponentsChannelLogoScalable*
*/
CComponentsChannelLogoScalable* getLogoObject(){return cch_logo_obj;}
CComponentsChannelLogoScalable* getChannelLogoObject(){return cch_logo_obj;}
};
//! Sub class of CComponentsHeader.