mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Convert plot_gas_value to gasmix
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
28093ae957
commit
d740ad1317
4 changed files with 5 additions and 8 deletions
|
@ -15,4 +15,5 @@ QString weight_string(int weight_in_grams);
|
|||
bool gpsHasChanged(struct dive *dive, struct dive *master, const QString &gps_text, bool *parsed);
|
||||
QString printGPSCoords(int lat, int lon);
|
||||
QList<int> getDivesInTrip(dive_trip_t *trip);
|
||||
QString gasToStr(struct gasmix gas);
|
||||
#endif // QTHELPER_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue