Fixed issue with rebase and FoxQSO definition

This commit is contained in:
Jordan Sherer 2018-08-05 11:55:11 -04:00
parent 049694365e
commit 26581ca8af

View File

@ -648,14 +648,6 @@ private:
QSet<QString> m_pfx;
QSet<QString> m_sfx;
struct FoxQSO
{
QString grid;
QString sent;
QString rcvd;
qint32 ncall;
};
struct CallDetail
{
QString call;