CComponents: move item type enum to cc_types.h

Origin commit data
------------------
Commit: d391bedd5f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)
This commit is contained in:
2013-03-26 19:15:21 +01:00
parent 2b3fda7bb2
commit 17d13ef103
3 changed files with 20 additions and 18 deletions

View File

@@ -285,7 +285,7 @@ void CComponentsForm::hide(bool no_restore)
// because the handling of minitv items are different to other item types
// and need an explizit call of hide()
for(size_t i=0; i<v_cc_items.size(); i++) {
if (v_cc_items[i]->getItemType() == CComponentsItem::CC_ITEMTYPE_PIP){
if (v_cc_items[i]->getItemType() == CC_ITEMTYPE_PIP){
v_cc_items[i]->hide();
break;
}