109
109
void CSettingsDialog::accept()
112
112
if(ui->BroadcastInterval->text().toInt() < 2000 &&
113
113
QMessageBox::warning(this, "Warning:", "Broadcast intervals less than 2 seconds are strongly discouraged "
114
114
"and will have a very negative impact on performance.\n\nAre you "