Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo error in documentation
Change-Id: Ic3706b0920b8a50f994e0627bda6baf0fd04b81c
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
  • Loading branch information
yinyunqiao authored and Qt by Nokia committed Feb 21, 2012
1 parent 2b508c5 commit a37f19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quick/util/qdeclarativeanimation.cpp
Expand Up @@ -728,7 +728,7 @@ QDeclarativeColorAnimation::~QDeclarativeColorAnimation()
]
transition: Transition {
NumberAnimation { from: "#c0c0c0"; duration: 2000 }
ColorAnimation { from: "#c0c0c0"; duration: 2000 }
}
}
\endqml
Expand Down

0 comments on commit a37f19f

Please sign in to comment.