diff options
Diffstat (limited to 'mobile-widgets/qmlmapwidgethelper.h')
-rw-r--r-- | mobile-widgets/qmlmapwidgethelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmapwidgethelper.h b/mobile-widgets/qmlmapwidgethelper.h index d5cf669fc..514a52161 100644 --- a/mobile-widgets/qmlmapwidgethelper.h +++ b/mobile-widgets/qmlmapwidgethelper.h @@ -27,6 +27,7 @@ private: QObject *m_map;
MapLocationModel *m_mapLocationModel;
qreal m_smallCircleRadius;
+ QList<int> m_selectedDiveIds;
private slots:
void selectedLocationChanged(MapLocation *);
|