diff --git a/src/corelib/kernel/qvariant.cpp b/src/corelib/kernel/qvariant.cpp index 30da12c95b..857dcdf1e0 100644 --- a/src/corelib/kernel/qvariant.cpp +++ b/src/corelib/kernel/qvariant.cpp @@ -2626,7 +2626,7 @@ QT_WARNING_POP move assigning \a value to this QVariant. */ -/*! \fn template T QVariant::value() const +/*! \fn template T QVariant::value() const & Returns the stored value converted to the template type \c{T}. Call canConvert() to find out whether a type can be converted.