Fixed incremental print for directed messages.

Fixed compound calls in the heard list
This commit is contained in:
Jordan Sherer
2018-10-10 09:04:56 -04:00
parent f0e30dc7b0
commit f79ca47a93
2 changed files with 80 additions and 66 deletions
+1
View File
@@ -717,6 +717,7 @@ private:
QString text;
QDateTime utcTimestamp;
int snr;
bool shouldDisplay;
};
struct MessageBuffer {