Mobile/filtering: add count of filtered dives to search bar

The count in the trip headers is still that for the complete trip and therefore
misleading.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-10-17 06:28:53 -04:00
parent 65aa6bc43b
commit 90d321f0ff
3 changed files with 37 additions and 8 deletions

View file

@ -19,6 +19,7 @@ public slots:
int getIdxForId(int id);
void setFilter(QString f);
void resetFilter();
int shown();
};
class DiveListModel : public QAbstractListModel