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/gui/painting | |
parent | b7d067c3ec3b6b4f1b709b2e618b7fe77c8a0fe4 (diff) | |
download | Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.zip Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.gz Qt-ec23f2eb4ff31e415e81c8fb09ff3022e9bc3c95.tar.bz2 |
qdoc: Fixed some qdoc errors.
Diffstat (limited to 'src/gui/painting')
-rw-r--r-- | src/gui/painting/qdrawutil.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/painting/qdrawutil.cpp b/src/gui/painting/qdrawutil.cpp index 230d30b..4020593 100644 --- a/src/gui/painting/qdrawutil.cpp +++ b/src/gui/painting/qdrawutil.cpp @@ -1039,7 +1039,7 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs, #endif /*! - \struct QMargins + \class QMargins \since 4.6 Holds the borders used to split a pixmap into nine segments in order to @@ -1050,7 +1050,7 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs, */ /*! - \struct QTileRules + \class QTileRules \since 4.6 Holds the rules used to draw a pixmap or image split into nine segments, |