From fa864c50cdf2e0554c90672e2ae986a2efea1301 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 20 Jul 2018 16:23:48 -0400 Subject: [PATCH] Removed CQ DX from allcall --- varicode.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/varicode.cpp b/varicode.cpp index ec38afb..a0a8f2e 100644 --- a/varicode.cpp +++ b/varicode.cpp @@ -115,8 +115,7 @@ QChar huffeot = '\x04'; quint32 nbasecall = 37 * 36 * 10 * 27 * 27 * 27; QMap basecalls = { - { "CQ DX", nbasecall + 1 }, - { "CQCQCQ", nbasecall + 2 }, + { "CQCQCQ", nbasecall + 1 }, { "ALLCALL", nbasecall + 3 }, };