_ZN9QHashData8freeNodeEPv

Name

QHashData::freeNode -- free the memory occupied by the node

Synopsis


#include <QtCore/qhash.h>

void QHashData::freeNode(void * node);

Description

The QHashData::freeNode() function shall free the memory occupied by the node.

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