diff options
author | Sarah Smith <sarah.j.smith@nokia.com> | 2009-09-17 03:17:46 (GMT) |
---|---|---|
committer | Sarah Smith <sarah.j.smith@nokia.com> | 2009-09-17 03:17:46 (GMT) |
commit | 0e73159e81ae30ade45484a5ffccdf26b9d79667 (patch) | |
tree | 711051ebd87fd7f80e5bbe4c0fb7edc38258585f /src/gui/painting/qdrawutil.cpp | |
parent | a7c3ea93e0a1cd56f585a9ce04e6d1b99f4c7a34 (diff) | |
parent | 64e03f7ada9eb6af7c65dbea7a36ebcb3f4e67fb (diff) | |
download | Qt-0e73159e81ae30ade45484a5ffccdf26b9d79667.zip Qt-0e73159e81ae30ade45484a5ffccdf26b9d79667.tar.gz Qt-0e73159e81ae30ade45484a5ffccdf26b9d79667.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
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 |