summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qfile.cpp')
-rw-r--r--src/corelib/io/qfile.cpp45
1 files changed, 0 insertions, 45 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index ac6a38b61c0..90d6e30bd8a 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -358,18 +358,6 @@ QFile::setFileName(const QString &name)
*/
/*!
- \typedef QFile::EncoderFn
- \obsolete
-
- This is a typedef for a pointer to a function with the following
- signature:
-
- \snippet code/src_corelib_io_qfile.cpp 1
-
- \sa setEncodingFunction(), encodeName()
-*/
-
-/*!
\fn QString QFile::decodeName(const QByteArray &localFileName)
This does the reverse of QFile::encodeName() using \a localFileName.
@@ -378,39 +366,6 @@ QFile::setFileName(const QString &name)
*/
/*!
- \fn void QFile::setEncodingFunction(EncoderFn function)
- \obsolete
-
- 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.
-
- \sa encodeName(), setDecodingFunction()
-*/
-
-/*!
- \typedef QFile::DecoderFn
-
- This is a typedef for a pointer to a function with the following
- signature:
-
- \snippet code/src_corelib_io_qfile.cpp 2
-
- \sa setDecodingFunction()
-*/
-
-/*!
- \fn void QFile::setDecodingFunction(DecoderFn function)
- \obsolete
-
- 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.
-
- \sa setEncodingFunction(), decodeName()
-*/
-
-/*!
\overload
Returns \c true if the file specified by fileName() exists; otherwise