diff options
Diffstat (limited to 'qthelper.h')
-rw-r--r-- | qthelper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qthelper.h b/qthelper.h index fcbcbff9a..3ac83b5c4 100644 --- a/qthelper.h +++ b/qthelper.h @@ -4,6 +4,7 @@ #include <QMultiMap> #include <QString> #include <stdint.h> +#include "dive.h" class DiveComputerNode { public: @@ -32,4 +33,6 @@ public: QMultiMap<QString, struct DiveComputerNode> dcWorkingMap; }; +QString weight_string(int weight_in_grams); + #endif // QTHELPER_H |