fix "No such ..." in doc for QMetaEnum::keysToValue()

Change-Id: I4cc15031970a34ee1076933f7f13468ee17abcfd
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
bb10
Jeremy Katz 2012-07-19 00:13:07 +02:00 committed by Qt by Nokia
parent 18495a677a
commit 64d097598f
1 changed files with 1 additions and 1 deletions

View File

@ -2426,7 +2426,7 @@ const char* QMetaEnum::valueToKey(int value) const
the \a keys using the OR operator, or -1 if \a keys is not
defined. Note that the strings in \a keys must be '|'-separated.
If \a key is not defined, *\a{ok} is set to false; otherwise
If \a keys is not defined, *\a{ok} is set to false; otherwise
*\a{ok} is set to true.
\sa isFlag(), valueToKey(), valueToKeys()