diff options
author | Jarek Kobus <jkobus@trolltech.com> | 2010-01-08 12:51:58 (GMT) |
---|---|---|
committer | Jarek Kobus <jkobus@trolltech.com> | 2010-01-08 12:53:29 (GMT) |
commit | 5533c854c154ec39ecdf15734a5be090dba19d0e (patch) | |
tree | 5ec2863dbc1b7f4e78b99f236e7b6f123a17e9e8 /examples/animation | |
parent | 4f362459366122d12939057bfa13c770f09037a3 (diff) | |
download | Qt-5533c854c154ec39ecdf15734a5be090dba19d0e.zip Qt-5533c854c154ec39ecdf15734a5be090dba19d0e.tar.gz Qt-5533c854c154ec39ecdf15734a5be090dba19d0e.tar.bz2 |
Doc typos fixed
Reviewed-by: David Boddie <dboddie@trolltech.com>
Diffstat (limited to 'examples/animation')
-rw-r--r-- | examples/animation/moveblocks/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/animation/moveblocks/main.cpp b/examples/animation/moveblocks/main.cpp index f8aa434..a2c0958 100644 --- a/examples/animation/moveblocks/main.cpp +++ b/examples/animation/moveblocks/main.cpp @@ -147,7 +147,6 @@ QState *createGeometryState(QObject *w1, const QRect &rect1, { QState *result = new QState(parent); result->assignProperty(w1, "geometry", rect1); - result->assignProperty(w1, "geometry", rect1); result->assignProperty(w2, "geometry", rect2); result->assignProperty(w3, "geometry", rect3); result->assignProperty(w4, "geometry", rect4); |