mobile/summary: add section headers

Add section headers to the dive summaries on mobile by adding
a section-property. Of course, this will not work on desktop.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Berthold Stoeger 2020-02-08 12:22:52 +01:00 committed by Dirk Hohndel
parent 1809dbd00a
commit a93c303b8b
3 changed files with 28 additions and 1 deletions

View file

@ -32,6 +32,7 @@ public:
HEADER_ROLE = Qt::UserRole + 1,
COLUMN0_ROLE,
COLUMN1_ROLE,
SECTION_ROLE,
};
struct Result {