mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile/filtering: full text filter, instead of just dive site
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0bc0b6bfe8
commit
8f7633eff8
4 changed files with 14 additions and 5 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
enum DiveListRoles {
|
||||
DiveRole = Qt::UserRole + 1,
|
||||
DiveDateRole,
|
||||
DiveSiteRole
|
||||
FullTextRole
|
||||
};
|
||||
|
||||
static DiveListModel *instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue