diff options
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r-- | qt-models/divelistmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h index 9b39e5513..5bec0de10 100644 --- a/qt-models/divelistmodel.h +++ b/qt-models/divelistmodel.h @@ -41,7 +41,8 @@ public: TripIdRole, TripNrDivesRole, DateTimeRole, - IdRole + IdRole, + NumberRole, }; static DiveListModel *instance(); |