[apps/probability] Add a comment for future optimisation

Change-Id: Ifb70e995772d63ed036078c5caa7082068fb2337
This commit is contained in:
Émilie Feral
2016-12-14 11:28:21 +01:00
parent b1b8f3a028
commit bed8b40e5b

View File

@@ -22,6 +22,8 @@ private:
void layoutSubviews() override;
PointerTextView m_labelView;
ImageView m_iconView;
/* TODO: One day, we would rather store a mask (8bits/pixel) instead of two
* images (16bits/pixels)*/
const Image * m_icon;
const Image * m_focusedIcon;
ChevronView m_chevronView;