From c26a042a924ace7de59ebcf81bcd55531b9b6f0d Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 3 Oct 2018 08:09:21 -0400 Subject: [PATCH] Removed debounce comment --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1612e08..def50c0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8704,7 +8704,6 @@ void MainWindow::updateButtonDisplay(){ ui->startTxButton->setText(m_tune ? "Tuning" : QString("Sending (%1/%2)").arg(sent).arg(count)); } else if(m_txTextDirty) { - // TODO: maybe add debounce? if(m_txTextDirtyDebounce.isActive()){ m_txTextDirtyDebounce.stop(); }