Fix typo (word repetition) in documentation

Change-Id: I1c8785e39f28f94846126fc45b875e6425a4ce12
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Frederik Schwarzer 2016-08-12 12:05:42 +02:00 committed by Marc Mutz
parent 87b256c435
commit b6fb349ad5

View File

@ -2722,7 +2722,7 @@ qlonglong QVariant::toLongLong(bool *ok) const
}
/*!
Returns the variant as as an unsigned long long int if the
Returns the variant as an unsigned long long int if the
variant has type() \l QMetaType::ULongLong, \l QMetaType::Bool,
\l QMetaType::QByteArray, \l QMetaType::QChar, \l QMetaType::Double,
\l QMetaType::Int, \l QMetaType::LongLong, \l QMetaType::QString, or