Obsolete Members for QFile

The following members of class QFile are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Types

(obsolete) typedef EncoderFn

Public Functions

(obsolete) void dumpObjectInfo()
(obsolete) void dumpObjectTree()
(obsolete) QString readLink() const

Static Public Members

(obsolete) QString readLink(const QString &fileName)

Macros

(obsolete) Q_ENUMS(...)
(obsolete) Q_FLAGS(...)

Member Type Documentation

typedef QFile::EncoderFn

This typedef is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This is a typedef for a pointer to a function with the following signature:


  QByteArray myEncoderFunc(const QString &fileName);

See also setEncodingFunction() and encodeName().

Member Function Documentation

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use symLinkTarget() instead.

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use symLinkTarget() instead.