diff options
Diffstat (limited to 'core/string-format.h')
-rw-r--r-- | core/string-format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/string-format.h b/core/string-format.h index 96a9638e4..cbe6336db 100644 --- a/core/string-format.h +++ b/core/string-format.h @@ -15,5 +15,6 @@ QStringList formatStartPressure(const dive *d); QStringList formatEndPressure(const dive *d); QStringList formatFirstGas(const dive *d); QStringList formatFullCylinderList(); +QStringList formatCylinders(const dive *d); #endif |