mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
parent
0269541561
commit
f9cdc110be
|
@ -148,6 +148,7 @@ void NetworkManager::authentication(const QUrl &url, QAuthenticator *auth, QWidg
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dialog->exec() != QDialog::Accepted) {
|
if (dialog->exec() != QDialog::Accepted) {
|
||||||
|
*auth = QAuthenticator();
|
||||||
delete dialog;
|
delete dialog;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -206,6 +207,7 @@ void NetworkManager::proxyAuthentication(const QString &proxyHost, QAuthenticato
|
||||||
formLa->addWidget(box);
|
formLa->addWidget(box);
|
||||||
|
|
||||||
if (dialog->exec() != QDialog::Accepted) {
|
if (dialog->exec() != QDialog::Accepted) {
|
||||||
|
*auth = QAuthenticator();
|
||||||
delete dialog;
|
delete dialog;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user