mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +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
|
@ -191,11 +191,6 @@ DiveListSortModel *DiveListSortModel::instance()
|
|||
return &self;
|
||||
}
|
||||
|
||||
QString DiveListSortModel::getFilterString() const
|
||||
{
|
||||
return filterString;
|
||||
}
|
||||
|
||||
void DiveListSortModel::updateFilterState()
|
||||
{
|
||||
if (filterString.isEmpty()) {
|
||||
|
|
|
@ -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…
Reference in a new issue