From a670839c61b6e7957bfacab0b51990f9ad37ffe1 Mon Sep 17 00:00:00 2001 From: Ivan Tkachenko Date: Fri, 29 Oct 2021 16:22:32 +0300 Subject: [PATCH] Doc: Fix broken formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Amends f25bc30d8d9d13fffd34213dfbf5e7373a18222a Pick-to: 6.2 5.15 Change-Id: Ia42c7639e4919de3f995d771bfc7d8237a8773d8 Reviewed-by: MÃ¥rten Nordheim --- src/corelib/io/qresource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qresource.cpp b/src/corelib/io/qresource.cpp index 54fe21c43c2..2b5d7232d65 100644 --- a/src/corelib/io/qresource.cpp +++ b/src/corelib/io/qresource.cpp @@ -634,7 +634,7 @@ bool QResource::isValid() const possible compression algorithm. If this function returns QResource::ZstdCompression, you need to use the - Zstandard library functions (\c{ header). Qt does not provide a + Zstandard library functions (\c{} header). Qt does not provide a wrapper. See \l{http://facebook.github.io/zstd/zstd_manual.html}{Zstandard manual}.