diff options
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r-- | qt-models/diveplannermodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index da84119ce..2525e7695 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -44,6 +44,7 @@ public: void rememberTanks(); bool tankInUse(int cylinderid); void setupCylinders(); + bool updateMaxDepth(); /** * @return the row number. */ |