Added better debounce logic for text counting

This commit is contained in:
Jordan Sherer
2018-10-03 08:59:14 -04:00
parent c26a042a92
commit 119499afa4
2 changed files with 5 additions and 2 deletions
+2
View File
@@ -730,6 +730,8 @@ private:
int m_txFrameCount;
QTimer m_txTextDirtyDebounce;
bool m_txTextDirty;
QString m_txTextDirtyLastText;
QString m_txTextDirtyLastSelectedCall;
QString m_lastTxMessage;
QDateTime m_lastTxTime;