summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2020-08-12 15:39:40 +0200
committerTopi Reinio <topi.reinio@qt.io>2020-08-13 10:17:14 +0200
commita063bddba8333b8d26bd74d96b3fafd536c731a7 (patch)
tree855cd1fa2a21faa98799a33dfaabf4e108060784 /src/corelib/kernel
parentc261b7ac7ed33d8e7e82aeb4b93daee323f3e5b9 (diff)
Doc: Fix various documentation warnings
QDoc now qualifies the scope of \fn arguments with the namespace the documentation comment appears in; move the comments that do not relate to the Qt namespace away from the namespace scope. Fix linking to Qt Designer manual. Change-Id: I84f71a16bc65a408bd92384bb337a99a43d1c91d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index fb6df31233..4a4fdc4ace 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -832,7 +832,7 @@ void QMetaCallEvent::placeMetaCall(QObject *object)
\l uic generates code that invokes this function to enable
auto-connection to be performed between widgets on forms created
with \e{Qt Designer}. More information about using auto-connection with \e{Qt Designer} is
- given in the \l{Using a Designer UI File in Your Application} section of
+ given in the \l{Using a Designer UI File in Your C++ Application} section of
the \e{Qt Designer} manual.
\section1 Dynamic Properties