diff options
author | Andy Shaw <qt-info@nokia.com> | 2010-02-17 14:51:44 (GMT) |
---|---|---|
committer | Andy Shaw <qt-info@nokia.com> | 2010-02-17 14:51:44 (GMT) |
commit | 59b646dfde1923bbd1f24d7cbb1920d56af7a0b1 (patch) | |
tree | 5ef9dc0e14de33f7bb576ac81874be56e65932f5 /src/gui | |
parent | c1db6c2c5a3bbe96a628207af169a032d535426f (diff) | |
download | Qt-59b646dfde1923bbd1f24d7cbb1920d56af7a0b1.zip Qt-59b646dfde1923bbd1f24d7cbb1920d56af7a0b1.tar.gz Qt-59b646dfde1923bbd1f24d7cbb1920d56af7a0b1.tar.bz2 |
Doc fix, ensure that the \obsolete tag is placed correctly
If its not placed in the right place then it will cause the doc to lose
the line that \obsolete is on
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/graphicsview/qgraphicsview.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsview.cpp b/src/gui/graphicsview/qgraphicsview.cpp index 96b9373..06b7438 100644 --- a/src/gui/graphicsview/qgraphicsview.cpp +++ b/src/gui/graphicsview/qgraphicsview.cpp @@ -3609,6 +3609,8 @@ void QGraphicsView::drawForeground(QPainter *painter, const QRectF &rect) } /*! + \obsolete + Draws the items \a items in the scene using \a painter, after the background and before the foreground are drawn. \a numItems is the number of items in \a items and options in \a options. \a options is a list of @@ -3617,7 +3619,7 @@ void QGraphicsView::drawForeground(QPainter *painter, const QRectF &rect) The default implementation calls the scene's drawItems() function. - \obsolete Since Qt 4.6, this function is not called anymore unless + Since Qt 4.6, this function is not called anymore unless the QGraphicsView::IndirectPainting flag is given as an Optimization flag. |