From bed8b40e5ba40ea47528b8292ab3d8a353b54601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Wed, 14 Dec 2016 11:28:21 +0100 Subject: [PATCH] [apps/probability] Add a comment for future optimisation Change-Id: Ifb70e995772d63ed036078c5caa7082068fb2337 --- apps/probability/cell.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/probability/cell.h b/apps/probability/cell.h index c12c91ec3..54516ab7a 100644 --- a/apps/probability/cell.h +++ b/apps/probability/cell.h @@ -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;