-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.0.0, 5.3.1
-
None
-
141f03a814245e33a1e30d89429dc92783c227bd
It hasn't ever been a public constructor in Qt 5 AFAIK. In qchar.cpp
/*!
\fn QChar::QChar(char ch)
Constructs a QChar corresponding to ASCII/Latin-1 character \a ch.
*/
same thing with the one taking a uchar. This needs auditing to see what else is documented incorrectly. Not sure if we should silently remove the docs or what...
| For Gerrit Dashboard: QTBUG-39862 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 122635,2 | Doc: mark private QChar constructors as internal | 5.5 | qt/qtbase | Status: MERGED | +2 | 0 |
| 123244,4 | Fix QChar char constructors documentation | 5.5 | qt/qtbase | Status: MERGED | +2 | 0 |