Functions | |
bool | savePassword (const QString &account, const QString &password) |
QString | getPassword (const QString &account) |
QString KWalletAccess::getPassword | ( | const QString & | account | ) |
Returns the password of the given account.
account | account name |
Definition at line 90 of file kwalletaccess.cpp.
bool KWalletAccess::savePassword | ( | const QString & | account, | |
const QString & | password | |||
) |
Saves the given password into KWallet.
account | account name | |
password | the password |
FALSE - password could not be saved
Definition at line 21 of file kwalletaccess.cpp.