From beac5a6d727cb177549ff8e4eb98edef05de6956 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Thu, 12 Oct 2023 10:52:34 +0300 Subject: [PATCH] QJniObject minor doc typo fix Change-Id: Ife7ec986fd8033f3fda4b1c53b23f4bc3d3ac97b Reviewed-by: Assam Boudjelthia Reviewed-by: Volker Hilsheimer --- src/corelib/kernel/qjniobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qjniobject.cpp b/src/corelib/kernel/qjniobject.cpp index a5f1d7194e..d96ad7e945 100644 --- a/src/corelib/kernel/qjniobject.cpp +++ b/src/corelib/kernel/qjniobject.cpp @@ -108,7 +108,7 @@ using namespace Qt::StringLiterals; string2.object()); \endcode - Note that while he first template parameter specifies the return type of the Java + Note that while the first template parameter specifies the return type of the Java function, the method will still return a QJniObject. \section1 Handling Java Exception