Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.git

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/2/head
Michele Calgaro 5 years ago
parent 23c9e5d5c9
commit 8b1fce5315
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -109,7 +109,7 @@ MALWidgetSetup::~MALWidgetSetup()
MALConduitSettings::setProxyPort(0);
}
MALConduitSettings::setProxyUser( fConfigWidget->proxyUserName->text() );
MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password() );
MALConduitSettings::setProxyPassword( fConfigWidget->proxyPassword->password().latin1() );
// MAL Server settings (not yet possible!!!)
MALConduitSettings::setMALServer( fConfigWidget->malServerName->currentText() );

Loading…
Cancel
Save