diff options
author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-09-17 17:50:28 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-09-21 17:04:41 +0200 |
commit | b751fcf32ac9dd1aa31a4df4993593f8ead88d81 (patch) | |
tree | 9e387001d674607de1b3fb389b791ff5a9a160c0 /src/gui/image/qpicture.cpp | |
parent | 5957f245c6c77c98d7e90d614c9fe2cdbfe7e8e6 (diff) | |
download | qtbase-b751fcf32ac9dd1aa31a4df4993593f8ead88d81.tar.gz |
Fix some doc errors.
Change-Id: Ib874d7e9671d9cee75fe41f4dac5d0de7b09245e
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/gui/image/qpicture.cpp')
-rw-r--r-- | src/gui/image/qpicture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/image/qpicture.cpp b/src/gui/image/qpicture.cpp index e7fbb2a6a9..be7a1e8001 100644 --- a/src/gui/image/qpicture.cpp +++ b/src/gui/image/qpicture.cpp @@ -1742,7 +1742,7 @@ QByteArray QPictureIO::pictureFormat(const QString &fileName) Make sure that \a d is at the right position in the device (for example, at the beginning of the file). - \sa QIODevice::at() + \sa QIODevice::pos() */ QByteArray QPictureIO::pictureFormat(QIODevice *d) |