diff options
Diffstat (limited to 'qt-models/divelocationmodel.h')
-rw-r--r-- | qt-models/divelocationmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qt-models/divelocationmodel.h b/qt-models/divelocationmodel.h index 3bf7161f5..f40bbd1de 100644 --- a/qt-models/divelocationmodel.h +++ b/qt-models/divelocationmodel.h @@ -5,10 +5,14 @@ #include <QStringListModel> #include <stdint.h> +#include "ssrfsortfilterproxymodel.h" + class QLineEdit; #define RECENTLY_ADDED_DIVESITE 1 +bool filter_same_gps_cb (int sourceRow, const QModelIndex& parent); + class LocationInformationModel : public QAbstractTableModel { Q_OBJECT public: |