aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/coreapi/qsgnode.cpp
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@live.com>2014-02-11 08:52:06 -0600
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-15 14:57:51 +0100
commite03d027b7fd28ee367139617c8c4b22630f77932 (patch)
treee569abf0d732d712ae5a754a97ad61d65cc96453 /src/quick/scenegraph/coreapi/qsgnode.cpp
parent1ec525e7e011a8881ec7d90e34876d5bf5fb2fc8 (diff)
Update scenegraph docs to be in line with Qt 5.2 behavior changes.
Change-Id: Id21386e6dc85bb7e109d9bd03e80f306c0a99733 Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/quick/scenegraph/coreapi/qsgnode.cpp')
-rw-r--r--src/quick/scenegraph/coreapi/qsgnode.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/quick/scenegraph/coreapi/qsgnode.cpp b/src/quick/scenegraph/coreapi/qsgnode.cpp
index b0c869c096..5c196b252c 100644
--- a/src/quick/scenegraph/coreapi/qsgnode.cpp
+++ b/src/quick/scenegraph/coreapi/qsgnode.cpp
@@ -648,10 +648,7 @@ void QSGNode::setFlags(Flags f, bool enabled)
/*!
- Marks this node with the states in \a bits as dirty.
-
- When a node is marked dirty, it recursively marks the parent chain
- as dirty and notify all connected renderers that the has dirty states.
+ Notifies all connected renderers that the node has dirty \a bits.
*/
void QSGNode::markDirty(DirtyState bits)