Fix qtclasshelpermacros documentation
So that the links to <QtClassHelperMacros> header work properly. This commit amends c201c5aedfcb131d2ac829346812560509904c7d. Task-number: QTBUG-106154 Change-Id: I894e362bf2707f64f28f00c8da4c7d6106fd5c83 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
parent
a140912fb6
commit
6a824fa52c
@ -3,7 +3,7 @@
|
||||
|
||||
/*!
|
||||
\macro Q_DISABLE_COPY(Class)
|
||||
\relates QtClassHelperMacros
|
||||
\relates <QtClassHelperMacros>
|
||||
|
||||
Disables the use of copy constructors and assignment operators
|
||||
for the given \a Class.
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
/*!
|
||||
\macro Q_DISABLE_COPY_MOVE(Class)
|
||||
\relates QtClassHelperMacros
|
||||
\relates <QtClassHelperMacros>
|
||||
|
||||
A convenience macro that disables the use of copy constructors, assignment
|
||||
operators, move constructors and move assignment operators for the given
|
||||
|
Loading…
x
Reference in New Issue
Block a user