From 2108ddf8f2ab2e5eadd2542c5f79beb6d03809b1 Mon Sep 17 00:00:00 2001 From: Ivan Solovev Date: Tue, 27 Sep 2022 13:09:38 +0200 Subject: [PATCH] Fix qtresource documentation So that the links to header work properly This commit amends 8aefcd4756ad13dcb383e3ae09d0a17d4947fda2. Task-number: QTBUG-106154 Change-Id: Ic30c7502bbd7a31612256d3a0f57c73587b236c9 Reviewed-by: Thiago Macieira Reviewed-by: Edward Welbourne --- src/corelib/global/qtresource.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qtresource.qdoc b/src/corelib/global/qtresource.qdoc index 433391cee44..abc52659874 100644 --- a/src/corelib/global/qtresource.qdoc +++ b/src/corelib/global/qtresource.qdoc @@ -3,7 +3,7 @@ /*! \macro void Q_INIT_RESOURCE(name) - \relates QtResource + \relates Initializes the resources specified by the \c .qrc file with the specified base \a name. Normally, when resources are built as part @@ -33,7 +33,7 @@ /*! \since 4.1 \macro void Q_CLEANUP_RESOURCE(name) - \relates QtResource + \relates Unloads the resources specified by the \c .qrc file with the base name \a name.