_ZN5QFont7cleanupEv

Name

QFont::cleanup -- cleanup the font system

Synopsis


#include <QtGui/qfont.h>

void QFont::cleanup(void);

Description

The QFont::cleanup() function shall cleanup the font system. This function should be called automatically when the application is finished.

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