From ef42c65ab17caf0e3364095be53e29ae078bf2ab Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Wed, 5 Feb 2025 16:49:55 +0100 Subject: [PATCH] Fix typo in QT_DECLARE_RO5_SMF_AS_DEFAULTED docs Change-Id: I1f2acc02939171464e05671afcaf3df7ca2b3b8a Pick-to: 6.8 6.5 Reviewed-by: Edward Welbourne Reviewed-by: Thiago Macieira (cherry picked from commit 828cfd5d23b3024b0000cab7d2d20eb54971b858) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/global/qtclasshelpermacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qtclasshelpermacros.h b/src/corelib/global/qtclasshelpermacros.h index 5b0a67b4eae..2aadc55c67e 100644 --- a/src/corelib/global/qtclasshelpermacros.h +++ b/src/corelib/global/qtclasshelpermacros.h @@ -98,7 +98,7 @@ QT_BEGIN_NAMESPACE defaulting all five is boilerplate, use this macro instead. Note that the default constructor is not covered, and this macro - will prevented its automatic generation. + will prevent its automatic generation. */ #define QT_DECLARE_RO5_SMF_AS_DEFAULTED(Class) \