Refactored directed code into decoded text so the rest of the app can use it as is.

This commit is contained in:
Jordan Sherer
2018-07-13 10:32:58 -04:00
parent 4140114d8d
commit a96216e2f8
5 changed files with 126 additions and 43 deletions
+2 -1
View File
@@ -643,7 +643,8 @@ private:
struct CommandDetail
{
QString call;
QString from;
QString to;
QString command;
int freq;
QDateTime utcTimestamp;