aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-08-21 08:19:09 +0000
committerIngo Klöcker <[email protected]>2023-08-21 08:19:09 +0000
commitfb03a5b3df29fb8806af275143ab5b0c3ee69738 (patch)
tree794a36e1631a0de5517ec142ceb27b281693d45b
parentPost release updates (diff)
downloadgpgme-fb03a5b3df29fb8806af275143ab5b0c3ee69738.tar.gz
gpgme-fb03a5b3df29fb8806af275143ab5b0c3ee69738.zip
doc: Fix interface changes
-- toLogString is in the QGpgME namespace (as everything else in the qt bindings).
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 760ba213..60810787 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,7 @@ Noteworthy changes in version 1.22.0 (2023-08-21)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
qt: EncryptJob::setInputEncoding NEW.
qt: DecryptionResult::isMime NEW.
- qt: std::string::toLogString NEW.
+ qt: toLogString NEW.
[c=C42/A31/R0 cpp=C25/A19/R0 qt=C19/A4/R0]