Rewrite heal location data writing

This commit is contained in:
GriffinR
2022-09-09 22:44:42 -04:00
committed by Marcus Huderle
parent 3e1d26f0ce
commit 5f3efdc7a4
4 changed files with 116 additions and 94 deletions

View File

@@ -11,7 +11,7 @@ class HealLocation {
public:
HealLocation()=default;
HealLocation(QString, QString, int, int16_t, int16_t, QString = "", uint8_t = 0);
HealLocation(QString, QString, int, int16_t, int16_t, QString = "", uint8_t = 1);
friend QDebug operator<<(QDebug debug, const HealLocation &hl);
public: