Fix qtresource documentation

So that the links to <QtResource> header work properly
This commit amends 8aefcd4756.

Task-number: QTBUG-106154
Change-Id: Ic30c7502bbd7a31612256d3a0f57c73587b236c9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Ivan Solovev 2022-09-27 13:09:38 +02:00
parent 6a824fa52c
commit 2108ddf8f2

View File

@ -3,7 +3,7 @@
/*!
\macro void Q_INIT_RESOURCE(name)
\relates QtResource
\relates <QtResource>
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 <QtResource>
Unloads the resources specified by the \c .qrc file with the base
name \a name.