From 2dd25cc043feb68d4cbc419326172ff7765f0283 Mon Sep 17 00:00:00 2001 From: nerix Date: Wed, 29 Jan 2025 21:02:51 +0100 Subject: [PATCH] fix: use upstream qtkeychain (for real this time) (#5871) --- .gitmodules | 2 +- CHANGELOG.md | 1 + lib/qtkeychain | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 48e6d706..cfb74599 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,7 +19,7 @@ url = https://github.com/Tencent/rapidjson [submodule "lib/qtkeychain"] path = lib/qtkeychain - url = https://github.com/Chatterino/qtkeychain + url = https://github.com/frankosterfeld/qtkeychain [submodule "lib/websocketpp"] path = lib/websocketpp url = https://github.com/Chatterino/websocketpp diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d925aaf..d513fbc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - Dev: Replaced usage of `parseTime` with `serverReceivedTime` for clearchat messages. (#5824, #5855) - Dev: Support Boost 1.87. (#5832) - Dev: Words from `TextElement`s are now combined where possible. (#5847) +- Dev: Updated `qtkeychain` to 0.15.0. (#5871) ## 2.5.2 diff --git a/lib/qtkeychain b/lib/qtkeychain index 73c3772d..ad7344c4 160000 --- a/lib/qtkeychain +++ b/lib/qtkeychain @@ -1 +1 @@ -Subproject commit 73c3772d6432280df83e1ab3299c2a8f1e4ea47f +Subproject commit ad7344c45a86a4f66cbafc4b081b5f7b876cb0b7