Compatibility Members for QFile
The following class members are part of the Qt compatibility layer. We advise against using them in new code.
Static Public Members
void | setDecodingFunction(DecoderFn function) |
void | setEncodingFunction(EncoderFn function) |
Member Function Documentation
void QFile::setDecodingFunction(DecoderFn function) [static]
This function does nothing. It is provided for compatibility with Qt 4 code that attempted to set a different decoding function for file names. That feature is flawed and no longer supported in Qt 5.
See also setEncodingFunction() and decodeName().
void QFile::setEncodingFunction(EncoderFn function) [static]
This function does nothing. It is provided for compatibility with Qt 4 code that attempted to set a different encoding function for file names. That feature is flawed and no longer supported in Qt 5.
See also encodeName() and setDecodingFunction().