Initialize boolean variables

This commit is contained in:
Chocobo1 2020-03-06 15:04:29 +08:00
parent 9c6bc6c89a
commit 48e7191ef7
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
4 changed files with 6 additions and 6 deletions

View file

@ -710,7 +710,7 @@ void PropertiesWidget::configure()
void PropertiesWidget::askWebSeed()
{
bool ok;
bool ok = false;
// Ask user for a new url seed
const QString urlSeed = AutoExpandableDialog::getText(this, tr("New URL seed", "New HTTP source"),
tr("New URL seed:"), QLineEdit::Normal,