Added warning message with a timeout for automatic band switching

This commit is contained in:
Jordan Sherer
2018-08-16 15:19:43 -04:00
parent ad4e567392
commit 6b4390fe5c
6 changed files with 136 additions and 11 deletions
+1
View File
@@ -134,6 +134,7 @@ public slots:
QString lookupCallInCompoundCache(QString const &call);
void clearActivity();
void displayTextForFreq(QString text, int freq, QDateTime date, bool isTx, bool isNewLine, bool isLast);
void writeNoticeTextToUI(QDateTime date, QString text);
int writeMessageTextToUI(QDateTime date, QString text, int freq, bool bold, int block=-1);
bool isMessageQueuedForTransmit();
void addMessageText(QString text, bool clear=false);