mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-26 03:54:32 -04:00
Better fix for KG4 call country lookup and worked before status
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8012 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
@@ -75,6 +75,7 @@ void LogBook::match(/*in*/const QString call,
|
||||
QString currentBand = ""; // match any band
|
||||
callWorkedBefore = _log.match(call,currentBand,currentMode);
|
||||
countryName = _countries.find(call);
|
||||
|
||||
if (countryName.length() > 0) // country was found
|
||||
countryWorkedBefore = _worked.getHasWorked(countryName);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user