1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-18 12:28:31 +01:00

Tabs to spaces in the keychain source

This commit is contained in:
David Sansome 2011-02-18 20:14:01 +00:00
parent 43f55a7bcd
commit 6b9f41d6ae
7 changed files with 98 additions and 97 deletions

View File

@ -9,7 +9,8 @@ const QString KWalletKeychain::kKWalletPath = "/modules/kwalletd";
const QString KWalletKeychain::kKWalletFolder = "Passwords";
KWalletKeychain::KWalletKeychain()
: kwallet_(kKWalletServiceName, kKWalletPath, QDBusConnection::sessionBus()) {
: kwallet_(kKWalletServiceName, kKWalletPath, QDBusConnection::sessionBus())
{
if (isAvailable()) {
QDBusPendingReply<QString> wallet_name = kwallet_.networkWallet();
wallet_name.waitForFinished();