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:
Berthold Stoeger 2020-02-19 19:19:33 +01:00 committed by Dirk Hohndel
parent 5bbc0fdb58
commit 78405c7265
2 changed files with 0 additions and 6 deletions

View file

@ -191,11 +191,6 @@ DiveListSortModel *DiveListSortModel::instance()
return &self;
}
QString DiveListSortModel::getFilterString() const
{
return filterString;
}
void DiveListSortModel::updateFilterState()
{
if (filterString.isEmpty()) {

View file

@ -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();