diff options
Diffstat (limited to 'helpers.h')
-rw-r--r-- | helpers.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,7 @@ #include <QString> #include "dive.h" +#include "qthelper.h" QString get_depth_string(depth_t depth, bool showunit); QString get_weight_string(weight_t weight, bool showunit); @@ -18,5 +19,8 @@ QString get_pressure_string(pressure_t pressure, bool showunit); void set_default_dive_computer(const char *vendor, const char *product); void set_default_dive_computer_device(const char *name); QString getSubsurfaceDataPath(QString folderToFind); +extern const QString get_dc_nickname(const char *model, uint32_t deviceid); + +extern DiveComputerList dcList; #endif /* HELPER_H */ |