aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/qmlprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget/qmlprofile.h')
-rw-r--r--profile-widget/qmlprofile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile-widget/qmlprofile.h b/profile-widget/qmlprofile.h
index 15bfac0c0..a67bc8c2f 100644
--- a/profile-widget/qmlprofile.h
+++ b/profile-widget/qmlprofile.h
@@ -3,6 +3,7 @@
#define QMLPROFILE_H
#include "profilewidget2.h"
+#include "core/subsurface-qt/divelistnotifier.h"
#include <QQuickPaintedItem>
class QMLProfile : public QQuickPaintedItem
@@ -38,6 +39,9 @@ private:
QScopedPointer<ProfileWidget2> m_profileWidget;
void updateProfile();
+private slots:
+ void divesChanged(const QVector<dive *> &dives, DiveField);
+
signals:
void rightAlignedChanged();
void devicePixelRatioChanged();