mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Initialize boolean variables
This commit is contained in:
parent
9c6bc6c89a
commit
48e7191ef7
4 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue