When you get an object of type QCharRef, if you can assign to it, the assignment will apply to the character in the string from which you got the reference. That is its whole purpose in life. The QCharRef becomes invalid once modifications are made to the string: if you want to keep the character, copy it into a QChar.
.PP
Most of the QChar member functions also exist in QCharRef. However, they are not explicitly documented here.
.PP
See also QString::operator[](), QString::at(), QChar, and Text Related Classes.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qcharref.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
license file included in the distribution for a complete license
statement.
.SH AUTHOR
Generated automatically from the source code.
.SH BUGS
If you find a bug in Qt, please report it as described in