summaryrefslogtreecommitdiffstats
path: root/qt-models/divelistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r--qt-models/divelistmodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h
index e455d2ea7..f09003b5f 100644
--- a/qt-models/divelistmodel.h
+++ b/qt-models/divelistmodel.h
@@ -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();