Added a groupcall row while in selcal mode to replace 'allcall'

This commit is contained in:
Jordan Sherer
2018-10-06 08:22:43 -04:00
parent f95df562f7
commit 48dbe28031
2 changed files with 25 additions and 29 deletions
+1
View File
@@ -138,6 +138,7 @@ public slots:
void cacheActivity(QString key);
void restoreActivity(QString key);
void clearActivity();
void createAllcallTableRow(QTableWidget *table, bool selected);
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);