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.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/corelib/io/qfile.cpp b/src/corelib/io/qfile.cpp
index 47f57f7fdb..684f360313 100644
--- a/src/corelib/io/qfile.cpp
+++ b/src/corelib/io/qfile.cpp
@@ -1036,11 +1036,6 @@ bool QFile::open(OpenMode mode)
return false;
}
-/*! \fn QFile::open(OpenMode, FILE*)
-
- Use open(FILE *, OpenMode) instead.
-*/
-
/*!
\overload
@@ -1158,11 +1153,6 @@ bool QFile::open(FILE *fh, OpenMode mode, FileHandleFlags handleFlags)
return false;
}
-/*! \fn QFile::open(OpenMode, int)
-
- Use open(int, OpenMode) instead.
-*/
-
/*!
\overload
@@ -1400,18 +1390,6 @@ bool QFile::unmap(uchar *address)
}
/*!
- \fn QString QFile::name() const
-
- Use fileName() instead.
-*/
-
-/*!
- \fn void QFile::setName(const QString &name)
-
- Use setFileName() instead.
-*/
-
-/*!
Sets the file size (in bytes) \a sz. Returns true if the file if the
resize succeeds; false otherwise. If \a sz is larger than the file
currently is the new bytes will be set to 0, if \a sz is smaller the