summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2010-02-15 11:04:08 (GMT)
committerAndy Shaw <qt-info@nokia.com>2010-02-15 11:04:08 (GMT)
commit1850c147d82cb1a98d819ac8e49070a2587239f7 (patch)
treecd99378c26c56e2e9571e94770a548dc859347a2 /src/gui/graphicsview
parentd27772682d54d5d70c3e9231a63c61727123754a (diff)
downloadQt-1850c147d82cb1a98d819ac8e49070a2587239f7.zip
Qt-1850c147d82cb1a98d819ac8e49070a2587239f7.tar.gz
Qt-1850c147d82cb1a98d819ac8e49070a2587239f7.tar.bz2
Correctly mark QGraphicsScene::drawItems() as obsolete
Since the \obsolete was not at the beginning of the function documentation it was not showing it correctly Reviewed-by: TrustMe
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicsscene.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene.cpp b/src/gui/graphicsview/qgraphicsscene.cpp
index 96d2435..86aaa78 100644
--- a/src/gui/graphicsview/qgraphicsscene.cpp
+++ b/src/gui/graphicsview/qgraphicsscene.cpp
@@ -5132,6 +5132,8 @@ void QGraphicsScenePrivate::processDirtyItemsRecursive(QGraphicsItem *item, bool
}
/*!
+ \obsolete
+
Paints the given \a items using the provided \a painter, after the
background has been drawn, and before the foreground has been
drawn. All painting is done in \e scene coordinates. Before
@@ -5154,7 +5156,7 @@ void QGraphicsScenePrivate::processDirtyItemsRecursive(QGraphicsItem *item, bool
\snippet doc/src/snippets/graphicssceneadditemsnippet.cpp 0
- \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.