Replace GROUPCALL with actual group calls

This commit is contained in:
Jordan Sherer
2018-10-27 10:09:40 -04:00
parent 47a7c06854
commit 121bb0fdb5
6 changed files with 33 additions and 37 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ public slots:
void cacheActivity(QString key);
void restoreActivity(QString key);
void clearActivity();
void createAllcallTableRow(QTableWidget *table, bool selected);
void createAllcallTableRows(QTableWidget *table, const QString &selectedCall);
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);