aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-widgets/mainwindow.h')
-rw-r--r--desktop-widgets/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h
index 109ca0e0c..247bddaf3 100644
--- a/desktop-widgets/mainwindow.h
+++ b/desktop-widgets/mainwindow.h
@@ -22,6 +22,7 @@
#include "core/applicationstate.h"
#include "core/gpslocation.h"
#include "core/dive.h"
+#include "core/subsurface-qt/divelistnotifier.h"
#define NUM_RECENT_FILES 4
@@ -252,6 +253,7 @@ private:
GpsLocation *locationProvider;
QMenu *connections;
QAction *share_on_fb;
+ void divesChanged(const QVector<dive *> &dives, DiveField field);
};
#endif // MAINWINDOW_H