]> git.pld-linux.org Git - packages/QtKeychain.git/blame - QtKeychain-qt4.patch
- updated to 0.9.1
[packages/QtKeychain.git] / QtKeychain-qt4.patch
CommitLineData
65e353b0
JB
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.11987 seconds and 4 git commands to generate.