_ZNK11QProxyModel19disconnectFromModelEPK18QAbstractItemModel

Name

QProxyModel::disconnectFromModel -- disconnect from all signals emitted by the model

Synopsis


#include <QtGui/qproxymodel.h>

void QProxyModel::disconnectFromModel(const QAbstractItemModel * model);

Description

The QProxyModel::disconnectFromModel() function shall disconnect from all the signals emitted by the given model.

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.