Added option for displaying/hiding heartbeats and acks

This commit is contained in:
Jordan Sherer
2018-11-29 22:34:39 -05:00
parent fd77e5440f
commit b55f8ba5c5
2 changed files with 17 additions and 14 deletions
+1
View File
@@ -835,6 +835,7 @@ private:
QQueue<QString> m_foxQSOinProgress; //QSOs in progress: Fox has sent a report
QQueue<qint64> m_foxRateQueue;
bool m_hbHidden;
int m_hbInterval;
int m_cqInterval;
QDateTime m_nextHeartbeat;