1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-16 00:09:12 -04:00

Commit the change to the SpecOp enumeration.

This commit is contained in:
Joe Taylor 2022-07-30 08:25:41 -04:00
parent ca39746dc5
commit 541aa37c79

View File

@ -189,8 +189,8 @@ public:
bool highlight_DXcall () const;
bool highlight_DXgrid () const;
// 0 1 2 3 4 5 6 7 8
enum class SpecialOperatingActivity {NONE, NA_VHF, EU_VHF, FIELD_DAY, RTTY, WW_DIGI, ARRL_DIGI, FOX, HOUND};
// 0 1 2 3 4 5 6 7 8
enum class SpecialOperatingActivity {NONE, NA_VHF, EU_VHF, FIELD_DAY, RTTY, WW_DIGI, FOX, HOUND, ARRL_DIGI};
SpecialOperatingActivity special_op_id () const;
struct CalibrationParams