aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveplotdatamodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/diveplotdatamodel.h')
-rw-r--r--qt-ui/profile/diveplotdatamodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.h b/qt-ui/profile/diveplotdatamodel.h
index 3d4d4958b..3afc580cf 100644
--- a/qt-ui/profile/diveplotdatamodel.h
+++ b/qt-ui/profile/diveplotdatamodel.h
@@ -19,9 +19,11 @@ public:
void clear();
void setDive(struct dive *d, const plot_info& pInfo);
plot_data* data();
+ int id() const;
private:
int sampleCount;
plot_data *plotData;
+ int diveId;
};
#endif \ No newline at end of file