_ZNK8QPrinter7devTypeEv

Name

QPrinter::devType -- get identifier designating that the object is a QPrinter

Synopsis


#include <QtGui/qprinter.h>

int QPrinter::devType(void);

Description

The QPrinter::devType() function shall always return the QInternal::Printer value.

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.