summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index 2a2aaa64d..88cca5879 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -47,6 +47,13 @@ public:
bool tankInUse(int cylinderid);
void setupCylinders();
bool updateMaxDepth();
+
+ int ascrate75Display();
+ int ascrate50Display();
+ int ascratestopsDisplay();
+ int ascratelast6mDisplay();
+ int descrateDisplay();
+
/**
* @return the row number.
*/