summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeitem.cpp
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-07 07:19:42 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-07 08:10:09 (GMT)
commitf5dca266bbf75abe24f39ac8e4d96796529afd77 (patch)
tree4e35bc21ff7a571c32603bb408039b387bd92d8f /src/declarative/graphicsitems/qdeclarativeitem.cpp
parentaf5fc41e27f068604453a927cac4d81886d1987e (diff)
downloadQt-f5dca266bbf75abe24f39ac8e4d96796529afd77.zip
Qt-f5dca266bbf75abe24f39ac8e4d96796529afd77.tar.gz
Qt-f5dca266bbf75abe24f39ac8e4d96796529afd77.tar.bz2
docs
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeitem.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index bd935c9..f5ea537 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -1601,7 +1601,7 @@ QDeclarativeItem *QDeclarativeItem::parentItem() const
Returns true if construction of the QML component is complete; otherwise
returns false.
- It is often desireable to delay some processing until the component is
+ It is often desirable to delay some processing until the component is
completed.
\sa componentComplete()
@@ -2601,7 +2601,7 @@ void QDeclarativeItem::classBegin()
\internal
componentComplete() is called when all items in the component
- have been constructed. It is often desireable to delay some
+ have been constructed. It is often desirable to delay some
processing until the component is complete an all bindings in the
component have been resolved.
*/