diff options
Diffstat (limited to 'core/string-format.h')
-rw-r--r-- | core/string-format.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/string-format.h b/core/string-format.h index cbe6336db..12f36bd11 100644 --- a/core/string-format.h +++ b/core/string-format.h @@ -14,7 +14,15 @@ QStringList formatGetCylinder(const dive *d); QStringList formatStartPressure(const dive *d); QStringList formatEndPressure(const dive *d); QStringList formatFirstGas(const dive *d); +QString formatGas(const dive *d); QStringList formatFullCylinderList(); QStringList formatCylinders(const dive *d); +QString formatSumWeight(const dive *d); +QString formatWeightList(const dive *d); +QStringList formatWeights(const dive *d); +QString formatDiveDuration(const dive *d); +QString formatDiveGPS(const dive *d); +QString formatDiveDate(const dive *d); +QString formatDiveTime(const dive *d); #endif |