<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">
<br>
</div>$ grep -A1 QString::clear /usr/include/qt4/QtCore/qstring.h<br>
inline void QString::clear()<br>
{ if (!isNull()) *this = QString(); }<span class=""></span><br></blockquote><div><br></div><div>Fun - the "and makes it empty" part in the QString docs sure makes it sound<br>like it's going to make it non-null, I guess that's what Lamarque thought.<br>
<br><br></div><div>OK, so back to revision 1 in that case.<br><br><br></div><div>Cheers,<br></div><div>Eike<br></div><div><br></div></div></div></div>