summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-16 07:56:41 -0400
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-23 22:45:29 +0100
commit8f7633eff867e7d5437f9caf24e82f581bf624c0 (patch)
tree9ffb789d402a9095fd7d7a5ad57cf4e8ff459b46 /qt-models/divelistmodel.h
parent0bc0b6bfe8666744611f8afa775a58b95e686652 (diff)
downloadsubsurface-8f7633eff867e7d5437f9caf24e82f581bf624c0.tar.gz
Mobile/filtering: full text filter, instead of just dive site
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r--qt-models/divelistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h
index 2773ce33d..c34fb931d 100644
--- a/qt-models/divelistmodel.h
+++ b/qt-models/divelistmodel.h
@@ -29,7 +29,7 @@ public:
enum DiveListRoles {
DiveRole = Qt::UserRole + 1,
DiveDateRole,
- DiveSiteRole
+ FullTextRole
};
static DiveListModel *instance();