diff options
Diffstat (limited to 'qt-models/divesummarymodel.h')
-rw-r--r-- | qt-models/divesummarymodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/divesummarymodel.h b/qt-models/divesummarymodel.h index 13d37ba17..1e28f26b0 100644 --- a/qt-models/divesummarymodel.h +++ b/qt-models/divesummarymodel.h @@ -32,6 +32,7 @@ public: HEADER_ROLE = Qt::UserRole + 1, COLUMN0_ROLE, COLUMN1_ROLE, + SECTION_ROLE, }; struct Result { |