diff options
Diffstat (limited to 'qt-models/filtermodels.h')
-rw-r--r-- | qt-models/filtermodels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/filtermodels.h b/qt-models/filtermodels.h index 258b4186b..7520fbe16 100644 --- a/qt-models/filtermodels.h +++ b/qt-models/filtermodels.h @@ -63,6 +63,7 @@ public: bool updateDive(struct dive *d); // returns true if visibility status changed int divesDisplayed; bool lessThan(const QModelIndex &, const QModelIndex &) const override; + bool diveSiteMode() const; // returns true if we're filtering on dive site public slots: void myInvalidate(); |