summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpointer.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@digia.com>2015-06-30 10:42:41 +0200
committerMartin Smith <martin.smith@digia.com>2015-07-07 12:58:55 +0000
commit6384c4e94041e588d1defbfd3b4dbbe2f611715c (patch)
tree943e240e9f0a70b82857d892f9e47f3939e4493e /src/corelib/kernel/qpointer.cpp
parent899153b6f9b01be4e0eef692090f66fd54b1bdee (diff)
qdoc:Fixed a few qdoc errors
Fixed a few qdoc error messages caused by errors in qmetatype.cpp and qtextlayout.cpp and qtestcase.cpp and qpointer.cpp Change-Id: I662aa25bedba057e125e289c34787e81793941ff Task-number: QTBUG-46939 Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/corelib/kernel/qpointer.cpp')
-rw-r--r--src/corelib/kernel/qpointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qpointer.cpp b/src/corelib/kernel/qpointer.cpp
index 39cc17f7dd..f237498f4e 100644
--- a/src/corelib/kernel/qpointer.cpp
+++ b/src/corelib/kernel/qpointer.cpp
@@ -128,7 +128,7 @@
*/
/*!
- \fn void QPointer::swap(QPointer<T> &other)
+ \fn void QPointer::swap(QPointer &other)
\since 5.6
Swaps the contents of this QPointer with the contents of \a other.