Clarify ambiguous sentence in QVariant::toBool() documentation.

Task-number: QTBUG-26482
Change-Id: Id9158ba1f7ffa5af169f808aed4559f7a0470e20
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Mitch Curtis 2012-07-23 12:13:32 +02:00 committed by Qt by Nokia
parent 4d573117c4
commit c2942cb7b6
1 changed files with 2 additions and 2 deletions

View File

@ -2244,8 +2244,8 @@ qulonglong QVariant::toULongLong(bool *ok) const
Returns true if the variant has type() \l Bool, \l Char, \l Double,
\l Int, \l LongLong, \l UInt, or \l ULongLong and the value is
non-zero, or if the variant has type \l String or \l ByteArray and
its lower-case content is not empty, "0" or "false"; otherwise
returns false.
its lower-case content is not one of the following: empty, "0"
or "false"; otherwise returns false.
\sa canConvert(), convert()
*/