_ZNK5QFile10fileEngineEv

Name

QFile::fileEngine -- get the QIOEngine for this QFile object

Synopsis

#include <QtCore/qfile.h>

virtual QAbstractFileEngine * QFile::fileEngine (void);

Description

The QFile::fileEngine() function shall return the the QIOEngine for this QFile object.

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