diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-02-17 13:38:24 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-02-17 13:38:24 (GMT) |
commit | e69dbf126d0844702fc1ef356d858839c83562cf (patch) | |
tree | a6303bc31667b63a7ae67c214bef06b0ce132779 /src/declarative | |
parent | 2e7fe52065114f8c56140afe26b04fba962730b4 (diff) | |
download | Qt-e69dbf126d0844702fc1ef356d858839c83562cf.zip Qt-e69dbf126d0844702fc1ef356d858839c83562cf.tar.gz Qt-e69dbf126d0844702fc1ef356d858839c83562cf.tar.bz2 |
Fix typo in docs
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicsparticles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicsparticles.cpp b/src/declarative/graphicsitems/qmlgraphicsparticles.cpp index 5edd59e..810bce8 100644 --- a/src/declarative/graphicsitems/qmlgraphicsparticles.cpp +++ b/src/declarative/graphicsitems/qmlgraphicsparticles.cpp @@ -635,7 +635,7 @@ QmlGraphicsParticles::~QmlGraphicsParticles() } /*! - \qmlproperty string Particles::src + \qmlproperty string Particles::source This property holds the URL of the particle image. */ |