diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2009-06-04 14:46:36 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2009-06-04 14:46:36 (GMT) |
commit | cea8678e5fca8b33bbd5da057282888bc260a5c9 (patch) | |
tree | ba2e25ecf4aa00489ff9af2579617660f6828490 /src | |
parent | e71c58d0d8c92e3b8d035b6e76aaca765004540b (diff) | |
download | Qt-cea8678e5fca8b33bbd5da057282888bc260a5c9.zip Qt-cea8678e5fca8b33bbd5da057282888bc260a5c9.tar.gz Qt-cea8678e5fca8b33bbd5da057282888bc260a5c9.tar.bz2 |
Fix doc and auto-test regression.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsscene.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsscene.cpp b/src/gui/graphicsview/qgraphicsscene.cpp index 4734e74..d811ade 100644 --- a/src/gui/graphicsview/qgraphicsscene.cpp +++ b/src/gui/graphicsview/qgraphicsscene.cpp @@ -1586,7 +1586,7 @@ QList<QGraphicsItem *> QGraphicsScene::items() const /*! Returns all visible items at position \a pos in the scene. The items are - listed in descending Z order (i.e., the first item in the list is the + listed in descending stacking order (i.e., the first item in the list is the top-most item, and the last item is the bottom-most item). \sa itemAt() |