111
111
/* Make sure the user doesn't try to set a really low value for the broadcast interval. */
112
112
if(ui->BroadcastInterval->text().toInt() < 2000 &&
113
QMessageBox::warning(this, "Warning:", "Broadcast intervals less than 2 seconds are strongly discouraged "
116
117
QMessageBox::Yes, QMessageBox::No) == QMessageBox::No)