Fixed bug in saving of band hopping information

This commit is contained in:
Jordan Sherer
2018-08-09 15:28:23 -04:00
parent e51cc6c3b5
commit af913532c5
5 changed files with 37 additions and 15 deletions
+2
View File
@@ -730,6 +730,8 @@ private:
QSet<QString> m_callSeenBeacon; // call
int m_previousFreq;
bool m_shouldRestoreFreq;
bool m_bandHopped;
Frequency m_bandHoppedFreq;
struct FoxQSO //Everything we need to know about QSOs in progress (or recently logged).
{