summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools/qsharedpointer.cpp')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 767b7191a17..ae002b1c141 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -469,8 +469,7 @@
Move-constructs a QSharedPointer instance, making it point at the same
object that \a other was pointing to.
- This constructor participates in overload resolution only if \c{X*}
- implicitly converts to \c{T*}.
+ \constraints \c{X*} implicitly converts to \c{T*}.
\since 5.6
*/
@@ -480,8 +479,7 @@
Move-assigns \a other to this QSharedPointer instance.
- This assignment operator participates in overload resolution only if \c{X*}
- implicitly converts to \c{T*}.
+ \constraints \c{X*} implicitly converts to \c{T*}.
\since 5.6
*/