mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
65aa6bc43b
commit
90d321f0ff
3 changed files with 37 additions and 8 deletions
|
@ -19,6 +19,7 @@ public slots:
|
|||
int getIdxForId(int id);
|
||||
void setFilter(QString f);
|
||||
void resetFilter();
|
||||
int shown();
|
||||
};
|
||||
|
||||
class DiveListModel : public QAbstractListModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue