| 488 | } |
| 489 | |
| 490 | void SettingsDialog::on_sliderThreshold_valueChanged(int value) |
| 491 | { |
| 492 | ui.labelThreshold->setText( |
| 493 | QString("Threshold (%1 MB)").arg(functions::systemMemorySizeInMB() * (value + 1) / 100)); |
| 494 | } |
nothing calls this directly
no test coverage detected