_ZNK7QWidget7devTypeEv

Name

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

Synopsis


#include <QtGui/qwidget.h>

int QWidget::devType(void);

Description

The QWidget::devType() function shall always return the QInternal::Widget 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.