mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add function to filter same-gps dive sites
This should be userfull to show dive sites that are mergeable. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ab32295f89
commit
71e366a6e4
2 changed files with 14 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue