#include <qchar.h>
This class is only useful to avoid the codec for C strings business in the QChar(ch) constructor. You can avoid it by writing QChar(ch, 0).
Definition at line 35 of file qchar.h.
Public Member Functions | |
| QLatin1Char (char c) | |
| const char | toLatin1 () const |
| const ushort | unicode () const |
Private Attributes | |
| char | ch |
| QLatin1Char::QLatin1Char | ( | char | c | ) | [inline, explicit] |
| const char QLatin1Char::toLatin1 | ( | ) | const [inline] |
| const ushort QLatin1Char::unicode | ( | ) | const [inline] |
char QLatin1Char::ch [private] |
1.5.1