diff options
author | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:41:15 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-09-16 10:42:27 (GMT) |
commit | 37691f1c41bbe82305c5ab9fb7a861c24beb0359 (patch) | |
tree | e0562e813aacf941ca06b03c5d6f722039052069 /src/gui/painting/qdrawutil.cpp | |
parent | ccaabe9ed3f85ddfeda8993efb5c386987bac35d (diff) | |
download | Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.zip Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.gz Qt-37691f1c41bbe82305c5ab9fb7a861c24beb0359.tar.bz2 |
doc: Fixed some qdoc errors.
Diffstat (limited to 'src/gui/painting/qdrawutil.cpp')
-rw-r--r-- | src/gui/painting/qdrawutil.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/painting/qdrawutil.cpp b/src/gui/painting/qdrawutil.cpp index c4a9373..0a82a9f 100644 --- a/src/gui/painting/qdrawutil.cpp +++ b/src/gui/painting/qdrawutil.cpp @@ -1066,8 +1066,9 @@ void qDrawItem(QPainter *p, Qt::GUIStyle gs, /*! \fn void qDrawBorderPixmap(QPainter *painter, const QRect &target, const QMargins &margins, const QPixmap &pixmap) - \since 4.6 \relates <qdrawutil.h> + \since 4.6 + \overload Draws the given \a pixmap into the given \a target rectangle, using the given \a painter. The pixmap will be split into nine segments and drawn |