Fixed issue with button and text display in the gui event loop

This commit is contained in:
Jordan Sherer
2018-10-10 17:43:11 -04:00
parent a30bff5589
commit 4744952a1a
2 changed files with 19 additions and 7 deletions
+1
View File
@@ -879,6 +879,7 @@ private:
void postDecode (bool is_new, QString const& message);
void displayTransmit();
void updateButtonDisplay();
void updateTextDisplay();
void updateFrameCountEstimate(int count);
void updateTextStatsDisplay(QString text, int count);
void updateTxButtonDisplay();