diff options
Diffstat (limited to 'doc/man/man3/qimage.3qt')
-rw-r--r-- | doc/man/man3/qimage.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/qimage.3qt b/doc/man/man3/qimage.3qt index ad47abd2c..5b9e1e493 100644 --- a/doc/man/man3/qimage.3qt +++ b/doc/man/man3/qimage.3qt @@ -746,7 +746,7 @@ Example: themes/wood.cpp. .SH "QPoint QImage::offset () const" Returns the number of pixels by which the image is intended to be offset by when positioning relative to other images. .SH "bool QImage::operator!= ( const QImage & i ) const" -Returns TRUE if this image and image \fIi\fR have different contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return tquickly. +Returns TRUE if this image and image \fIi\fR have different contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly. .PP See also operator=(). .SH "QImage & QImage::operator= ( const QImage & image )" @@ -762,7 +762,7 @@ If the image shares data with other images, it will first dereference the shared .PP Makes a call to QPixmap::convertToImage(). .SH "bool QImage::operator== ( const QImage & i ) const" -Returns TRUE if this image and image \fIi\fR have the same contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return tquickly. +Returns TRUE if this image and image \fIi\fR have the same contents; otherwise returns FALSE. The comparison can be slow, unless there is some obvious difference, such as different widths, in which case the function will return quickly. .PP See also operator=(). .SH "QStringList QImage::outputFormatList ()\fC [static]\fR" |