diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-19 20:18:21 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-01 10:21:44 -0800 |
commit | f3a3d93b85c61a9b51c75409341a0473a965e911 (patch) | |
tree | 6c58e0ff274a15dcf5ce8f068d9c1cdca8f4551d /core/qthelper.h | |
parent | 8cb43ed237f0ecfe14024e8f9ac8761d2e0ddfd8 (diff) | |
download | subsurface-f3a3d93b85c61a9b51c75409341a0473a965e911.tar.gz |
filter: remove diveContainsText()
This function checked a dive for a search string. Its functionality
was replaced by a fulltext index.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qthelper.h')
-rw-r--r-- | core/qthelper.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/qthelper.h b/core/qthelper.h index bd205228b..6dc6c4d6f 100644 --- a/core/qthelper.h +++ b/core/qthelper.h @@ -81,7 +81,6 @@ QLocale getLocale(); QVector<QPair<QString, int>> selectedDivesGasUsed(); QString getUserAgent(); QString printGPSCoords(const location_t *loc); -bool diveContainsText(const struct dive *d, const QString &filterstring, Qt::CaseSensitivity cs, bool includeNotes); #if defined __APPLE__ #define TITLE_OR_TEXT(_t, _m) "", _t + "\n" + _m |