CComponents: move item type enum to cc_types.h

Origin commit data
------------------
Branch: ni/coolstream
Commit: d391bedd5f
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-03-26 (Tue, 26 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2013-03-26 19:15:21 +01:00
parent b70fa0f949
commit f0e2be3b4a
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;
}