summaryrefslogtreecommitdiffstats
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 47ebe03e0..34af0daad 100644
--- a/qt-ui/profile/diveplotdatamodel.h
+++ b/qt-ui/profile/diveplotdatamodel.h
@@ -24,6 +24,7 @@ public:
void setDive(struct dive *d, const plot_info& pInfo);
const plot_info& data() const;
int id() const;
+ int dcShown() const;
double pheMax();
double pn2Max();
double po2Max();
@@ -32,6 +33,7 @@ public:
private:
plot_info pInfo;
int diveId;
+ int dcNr;
};
#endif