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 f3f9f9eea..0f7470af6 100644 --- a/desktop-widgets/locationinformation.h +++ b/desktop-widgets/locationinformation.h @@ -5,6 +5,7 @@ #include "core/units.h" #include "core/divesite.h" #include "ui_locationinformation.h" +#include "modeldelegates.h" #include "qt-models/divelocationmodel.h" #include <stdint.h> #include <QAbstractListModel> @@ -108,6 +109,7 @@ private: DiveLocationFilterProxyModel *proxy; DiveLocationModel *model; DiveLocationListView *view; + LocationFilterDelegate delegate; DiveSiteType currType; struct dive_site *currDs; }; |