diff options
Diffstat (limited to 'qt-models/divelistmodel.h')
-rw-r--r-- | qt-models/divelistmodel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/divelistmodel.h b/qt-models/divelistmodel.h index 0c393bc2d..64d1e7ddc 100644 --- a/qt-models/divelistmodel.h +++ b/qt-models/divelistmodel.h @@ -24,11 +24,9 @@ public slots: void setFilter(QString f); void resetFilter(); int shown(); - void updateDivesShownInTrips(); protected: bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const; private: - std::vector<unsigned char> filteredRows; // using unsigned char because using 'bool' turns this into a bitfield QString filterString; void updateFilterState(); }; |