mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: remove DiveListSortModel::getFilterString()
This member function was never used. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
5bbc0fdb58
commit
78405c7265
2 changed files with 0 additions and 6 deletions
|
@ -43,7 +43,6 @@ class DiveListSortModel : public QSortFilterProxyModel
|
|||
public:
|
||||
static DiveListSortModel *instance();
|
||||
void setSourceModel(QAbstractItemModel *sourceModel);
|
||||
QString getFilterString() const;
|
||||
Q_INVOKABLE void reload();
|
||||
QString filterString;
|
||||
void updateFilterState();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue