From 97fc2800ed9b0e776c2688da0e00b7f9770c188b Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 22 May 2018 09:26:11 +0200 Subject: [PATCH] Fix documentation of Q_NAMESPACE We need to add the \relates command otherwise it won't appear in the documentation Change-Id: I134776c1528445761a7539cf687e4855d39eb7a7 Reviewed-by: BogDan Vatra --- src/corelib/kernel/qobject.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index dcc1bb58144..8a7bb53e33b 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4429,6 +4429,7 @@ QDebug operator<<(QDebug dbg, const QObject *o) /*! \macro Q_NAMESPACE + \relates QObject \since 5.8 The Q_NAMESPACE macro can be used to add QMetaObject capabilities