summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-07-19 14:42:08 +0200
committerQt by Nokia <qt-info@nokia.com>2011-07-21 08:54:07 +0200
commitff63d0f28c56af711b84967a5a4012f0359eb9e0 (patch)
tree931d7c2e10243ba7cd71ebab85d000e979f0daea /src/corelib/io/qfile.cpp
parentf5c4cbb6d4b6e0a3431d95a63af9747e549ea6a8 (diff)
Doc: Removed documentation for deleted code.
Change-Id: Icdbc05decac3dfe3fc18ce073c494e1fce4ea347 Reviewed-on: http://codereview.qt.nokia.com/1824 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: David Boddie
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