Files
Upsilon/apps/statistics
Ruben Dashyan 07a9116147 [apps/statistics] Remove public MultipleDataView::editableBannerView() getter
Instead use existing protected virtual bannerView() getter. The reason
why both existed is that one was const but not the other. A const
variant is needed only exceptionally: in bannerFrame() which is called
by drawRect().
Moreover, bannerView() is virtual and is overridden in its derived
classes using co-variant return types. That fact is important in the
following commit.
2019-05-03 15:54:21 +02:00
..
2018-11-08 11:44:57 +01:00
2019-05-03 15:53:19 +02:00
2019-05-03 15:53:20 +02:00
2018-05-29 15:34:49 +02:00
2019-03-06 15:00:59 +01:00
2017-01-27 11:46:51 +01:00
2018-07-10 15:41:12 +02:00