diff options
author | Martin Smith <msmith@trolltech.com> | 2009-05-11 10:33:02 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-05-11 10:33:02 (GMT) |
commit | ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95 (patch) | |
tree | e2fa87d47e14c6415de277cc3aa0d11caa85ec2b /src/declarative/fx/qfximage.cpp | |
parent | b7d067c3ec3b6b4f1b709b2e618b7fe77c8a0fe4 (diff) | |
download | Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.zip Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.gz Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.bz2 |
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/declarative/fx/qfximage.cpp')
-rw-r--r-- | src/declarative/fx/qfximage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfximage.cpp b/src/declarative/fx/qfximage.cpp index e1ac2c7..dfd6915 100644 --- a/src/declarative/fx/qfximage.cpp +++ b/src/declarative/fx/qfximage.cpp @@ -185,7 +185,7 @@ void QFxImage::setPixmap(const QPixmap &pix) Each scale grid property (left, right, top, and bottom) specifies an offset from the respective side. For example, \c scaleGrid.bottom="10" sets the bottom scale grid line 10 pixels up from the bottom of the image. A scale grid can also be specified using a - \l {Image::src}{.sci file}. + \l {Image::source}{.sci file}. */ QFxScaleGrid *QFxImage::scaleGrid() { |