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:
parent
43f55a7bcd
commit
6b9f41d6ae
3
3rdparty/keychain/kwallet_keychain.cpp
vendored
3
3rdparty/keychain/kwallet_keychain.cpp
vendored
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user