Remove unusable Q_OBJECT qdoc macro
Commit e2ff9e3b9957 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 Pick-to: 6.8 Change-Id: I13bac0334b67ba7072946ab7d3f34c7a304c3f84 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
1685070930
commit
112a9f96df
@ -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…
x
Reference in New Issue
Block a user