From aa62ee3f9a53742bbeea9e984793bc2dc2c18114 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 25 Sep 2020 12:33:07 +0200 Subject: [PATCH] Fix qdoc warning: QTextBoundaryFinder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iec38f33519f05b046d6995d6f7eef1557fd5f209 Reviewed-by: Topi Reiniƶ --- src/corelib/text/qtextboundaryfinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/text/qtextboundaryfinder.cpp b/src/corelib/text/qtextboundaryfinder.cpp index dd0b96ed681..797cd07bd6b 100644 --- a/src/corelib/text/qtextboundaryfinder.cpp +++ b/src/corelib/text/qtextboundaryfinder.cpp @@ -236,7 +236,7 @@ QTextBoundaryFinder::QTextBoundaryFinder(BoundaryType type, const QString &strin data required (bufferSize >= length + 1), it will use this instead of allocating its own buffer. - \warning QTextBoundaryFinder does not create a copy of \a chars. It is the + \warning QTextBoundaryFinder does not create a copy of \a string. It is the application programmer's responsibility to ensure the array is allocated for as long as the QTextBoundaryFinder object stays alive. The same applies to \a buffer.