parent
e0c1a75742
commit
12e9608875
@ -1,30 +0,0 @@
|
||||
From 89db0fc72d2aad5e88d7da035b27b882453a8d05 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= <zebob.m@gmail.com>
|
||||
Date: Sun, 28 Apr 2019 21:46:14 +0200
|
||||
Subject: [PATCH] Convert QStringLiteral to QLatin1String to keep compatibility
|
||||
with Qt4
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
|
||||
---
|
||||
keychain_unix.cpp | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/keychain_unix.cpp b/keychain_unix.cpp
|
||||
index 958927a..b9a8e9d 100644
|
||||
--- a/keychain_unix.cpp
|
||||
+++ b/keychain_unix.cpp
|
||||
@@ -93,7 +93,7 @@ static bool isKwallet5Available()
|
||||
// a wallet can be opened.
|
||||
|
||||
iface.setTimeout(500);
|
||||
- QDBusMessage reply = iface.call(QStringLiteral("networkWallet"));
|
||||
+ QDBusMessage reply = iface.call(QLatin1String("networkWallet"));
|
||||
return reply.type() == QDBusMessage::ReplyMessage;
|
||||
}
|
||||
|
||||
--
|
||||
2.21.0
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (qtkeychain-0.9.1.tar.gz) = c80bd25a5b72c175d0d4a985b952924c807bf67be33eeb89e2b83757727e642c10d8d737cea9744d2faad74c50c1b55d82b306135559c35c91a088c3b198b33a
|
||||
SHA512 (qtkeychain-0.10.0.tar.gz) = de35d1a39c717db5c8c3b8a59571e96ed8925836a7043dd9f236c284bf92de4875c4b53686ba73244bbc84b55a88d44316a16da3012e50cbc7594fbf0b1140b6
|
||||
|
Loading…
Reference in new issue