diff options
Diffstat (limited to 'desktop-widgets/locationinformation.h')
-rw-r--r-- | desktop-widgets/locationinformation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/locationinformation.h b/desktop-widgets/locationinformation.h index 402c434e1..3e0da4aa6 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -3,6 +3,7 @@ #define LOCATIONINFORMATION_H #include "core/units.h" +#include "core/divesite.h" #include "ui_locationInformation.h" #include "qt-models/divelocationmodel.h" #include <stdint.h> @@ -50,6 +51,7 @@ private: bool modified; QAction *acceptAction, *rejectAction; GPSLocationInformationModel filter_model; + dive_site displayed_dive_site; }; class DiveLocationFilterProxyModel : public QSortFilterProxyModel { |