_ZN7QString4freeEPNS_4DataE

Name

QString::free -- free the memory space

Synopsis

#include <QtCore/qstring.h>

static void QString::free (Data *d);

Description

The QString::free() function shall free the memory area allocated for the d object.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.