-changed log to hash table for faster lookup
  -improved ADIF compatibility
mainwindow.ui
  -fixed typo in menu entry



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3538 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Murray Curtis
2013-08-08 23:51:53 +00:00
parent 436fc96dff
commit 7d198f3d50
9 changed files with 113 additions and 80 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "logbook.h"
#include <QDebug>
void LogBook::init()
{
@@ -58,7 +58,7 @@ void LogBook::match(/*in*/const QString call,
countryWorkedBefore = false;
}
}
qDebug() << "Logbook:" << call << ":" << countryName << "Cty B4:" << countryWorkedBefore << "call B4:" << callWorkedBefore;
//qDebug() << "Logbook:" << call << ":" << countryName << "Cty B4:" << countryWorkedBefore << "call B4:" << callWorkedBefore;
}
void LogBook::addAsWorked(const QString call)