QLatin1Char Class ReferenceThe QLatin1Char class provides an 8-bit ASCII/Latin-1 character. More... #include <QLatin1Char>
Public Functions
Detailed DescriptionThe QLatin1Char class provides an 8-bit ASCII/Latin-1 character. 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). See also QChar, QLatin1String, and QString. Member Function Documentation
|