QChar: fix docs of (uchar) ctor
The constructor is not only disabled under QT_NO_CAST_FROM_ASCII, but also under QT_RESTRICTED_CAST_FROM_ASCII. Change-Id: I7bbaf2891913d5256dff7f80c49075ea3326155a Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
c75e3f70b4
commit
e364384d9f
|
|
@ -624,9 +624,9 @@ QT_BEGIN_NAMESPACE
|
|||
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
|
||||
|
||||
\note This constructor is not available when \c QT_NO_CAST_FROM_ASCII
|
||||
is defined.
|
||||
or QT_RESTRICTED_CAST_FROM_ASCII is defined.
|
||||
|
||||
\sa QT_NO_CAST_FROM_ASCII
|
||||
\sa QT_NO_CAST_FROM_ASCII, QT_RESTRICTED_CAST_FROM_ASCII
|
||||
*/
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Reference in New Issue