I have a QT project with a String being deallocated:
inline QString::~QString() { if (!d->ref.deref()) Data::deallocate(d); }
Can I print the content of the string even if this is equal to NULL ?
Any help is greatly appreciated. Thanks
1.4m articles
1.4m replys
5 comments
57.0k users