mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-31 13:52:27 -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)
|
void MainWindow::on_sbMaxDrift_valueChanged(int n)
|
||||||
{
|
{
|
||||||
qDebug() << "aa";
|
|
||||||
if(n>0) {
|
if(n>0) {
|
||||||
ui->sbMaxDrift->setStyleSheet("QSpinBox { background-color: #ff6666; }");
|
ui->sbMaxDrift->setStyleSheet("QSpinBox { background-color: #ff6666; }");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user