mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Remove a qDebug() call.
This commit is contained in:
parent
cdb7b02835
commit
6ec9466dc1
@ -1151,7 +1151,6 @@ void MainWindow::on_actionAlso_Q65_30x_toggled(bool b)
|
||||
|
||||
void MainWindow::on_sbMaxDrift_valueChanged(int n)
|
||||
{
|
||||
qDebug() << "aa";
|
||||
if(n>0) {
|
||||
ui->sbMaxDrift->setStyleSheet("QSpinBox { background-color: #ff6666; }");
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user