diff options
Diffstat (limited to 'qt-models/maplocationmodel.cpp')
-rw-r--r-- | qt-models/maplocationmodel.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-models/maplocationmodel.cpp b/qt-models/maplocationmodel.cpp index 90d7209f7..1e0fd9c81 100644 --- a/qt-models/maplocationmodel.cpp +++ b/qt-models/maplocationmodel.cpp @@ -110,6 +110,11 @@ void MapLocationModel::add(MapLocation *location) endInsertRows(); } +const QVector<dive_site *> &MapLocationModel::selectedDs() const +{ + return m_selectedDs; +} + void MapLocationModel::reload() { int idx; |