Remove unusable Q_OBJECT qdoc macro
Commit e2ff9e3b99 was adding Q_OBJECT as a qdoc macro to allow to mask
Q_OBJECT calls that are part of the documentation. Anyhow, while qdoc
does allow the underscore in the _definition_ of macros, it doesn't
allow it for the _invocation_. The questionable places should rather
use snippet files.
Fixes: QTBUG-130799
Change-Id: I13bac0334b67ba7072946ab7d3f34c7a304c3f84
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 112a9f96df9f907abca983a4746268ed72c8ef62)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
bb10
parent
b9750a98ff
commit
10e6d8688b
|
|
@ -27,7 +27,6 @@ macro.ouml.HTML = "ö"
|
|||
macro.ouml.DocBook = "ö"
|
||||
macro.nothing = "\\dontdocument ()"
|
||||
macro.nullptr = "\\c{nullptr}"
|
||||
macro.Q_OBJECT = "Q_OBJECT"
|
||||
macro.QtVersion = "$QT_VERSION"
|
||||
macro.QtVer = "$QT_VER"
|
||||
macro.param = "\\e"
|
||||
|
|
|
|||
Loading…
Reference in New Issue