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
|
@ -434,3 +434,9 @@ QStringList DiveObjectHelper::firstGas() const
|
|||
}
|
||||
return gas;
|
||||
}
|
||||
|
||||
// for a full text search / filter function
|
||||
QString DiveObjectHelper::fullText() const
|
||||
{
|
||||
return trip() + location() + buddy() + divemaster() + suit() + tags();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue