cc_item.cpp/h: move getPageNumber() into cpp file

clean up
This commit is contained in:
2018-12-07 21:41:19 +01:00
parent c7f8392ef6
commit 09940ed419
2 changed files with 5 additions and 2 deletions

View File

@@ -317,4 +317,7 @@ void CComponentsItem::setSelected(bool selected, const fb_pixel_t& sel_frame_col
col_frame = cc_item_selected ? sel_frame_col : frame_col;
}
uint8_t CComponentsItem::getPageNumber()
{
return cc_page_number;
}