>
> $ grep -A1 QString::clear /usr/include/qt4/QtCore/qstring.h
> inline void QString::clear()
> { if (!isNull()) *this = QString(); }
>

Fun - the "and makes it empty" part in the QString docs sure makes it sound
like it's going to make it non-null, I guess that's what Lamarque thought.


OK, so back to revision 1 in that case.


Cheers,
Eike

Reply via email to