Refactoring for better compound message display

This commit is contained in:
Jordan Sherer
2018-08-01 22:36:50 -04:00
parent 479d647456
commit 96f7b9fd66
3 changed files with 39 additions and 5 deletions
+3
View File
@@ -669,6 +669,8 @@ private:
struct CommandDetail
{
bool isCompound;
bool isBuffered;
QString from;
QString to;
QString cmd;
@@ -685,6 +687,7 @@ private:
bool isFree;
bool isLowConfidence;
bool isCompound;
bool isDirected;
int bits;
int freq;
QString text;