mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile/filtering: add fullTextNoNotes role to the dive list model
This way we can filter with and without the notes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
40536286d2
commit
17347f5110
2 changed files with 4 additions and 1 deletions
|
@ -30,7 +30,8 @@ public:
|
|||
enum DiveListRoles {
|
||||
DiveRole = Qt::UserRole + 1,
|
||||
DiveDateRole,
|
||||
FullTextRole
|
||||
FullTextRole,
|
||||
FullTextNoNotesRole
|
||||
};
|
||||
|
||||
static DiveListModel *instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue