aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativepropertychanges.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qdeclarativepropertychanges.cpp')
-rw-r--r--src/declarative/util/qdeclarativepropertychanges.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativepropertychanges.cpp b/src/declarative/util/qdeclarativepropertychanges.cpp
index 818c1638cd..0ad601914e 100644
--- a/src/declarative/util/qdeclarativepropertychanges.cpp
+++ b/src/declarative/util/qdeclarativepropertychanges.cpp
@@ -108,7 +108,7 @@ QT_BEGIN_NAMESPACE
\section2 Resetting property values
The \c undefined value can be used to reset the property value for a state.
- In the following example, when \c theText changes to the \e widerText
+ In the following example, when \c myText changes to the \e widerText
state, its \c width property is reset, giving the text its natural width
and displaying the whole string on a single line.