]> git.pld-linux.org Git - packages/QtKeychain.git/blob - QtKeychain-qt4.patch
- updated to 0.9.1
[packages/QtKeychain.git] / QtKeychain-qt4.patch
1 --- qtkeychain-0.9.1/keychain_unix.cpp.orig     2018-08-20 08:23:34.000000000 +0200
2 +++ qtkeychain-0.9.1/keychain_unix.cpp  2019-08-03 14:50:14.322137534 +0200
3 @@ -91,7 +91,7 @@
4      // a wallet can be opened.
5  
6      iface.setTimeout(500);
7 -    QDBusMessage reply = iface.call(QStringLiteral("networkWallet"));
8 +    QDBusMessage reply = iface.call(QLatin1String("networkWallet"));
9      return reply.type() == QDBusMessage::ReplyMessage;
10  }
11  
This page took 0.096005 seconds and 3 git commands to generate.