Doc: mark private QChar constructors as internal
Task-number: QTBUG-39862 Change-Id: Ie0d533e3897200589248c803069c41661b15997e Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
32a9ef32df
commit
141f03a814
@ -595,12 +595,14 @@ QT_BEGIN_NAMESPACE
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QChar::QChar(char ch)
|
\fn QChar::QChar(char ch)
|
||||||
|
\internal
|
||||||
|
|
||||||
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
|
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\fn QChar::QChar(uchar ch)
|
\fn QChar::QChar(uchar ch)
|
||||||
|
\internal
|
||||||
|
|
||||||
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
|
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user