Qt 4.8
Functions
qrawfont_mac.cpp File Reference
#include <QtCore/qglobal.h>
#include "qrawfont_p.h"
#include "qfontengine_coretext_p.h"

Go to the source code of this file.

Functions

int qt_defaultDpi ()
 
static void releaseFontData (void *info, const void *data, size_t size)
 

Function Documentation

◆ qt_defaultDpi()

int qt_defaultDpi ( )

◆ releaseFontData()

static void releaseFontData ( void *  info,
const void *  data,
size_t  size 
)
static

Definition at line 55 of file qrawfont_mac.cpp.

56 {
57  Q_UNUSED(data);
58  Q_UNUSED(size);
59  delete (QByteArray*)info;
60 }
static mach_timebase_info_data_t info
The QByteArray class provides an array of bytes.
Definition: qbytearray.h:135
static const char * data(const QByteArray &arr)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729