diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 15:57:06 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2009-11-02 15:59:14 (GMT) |
commit | 23d20f10cc89dedb21424924ef2654705267ba46 (patch) | |
tree | f92fbb692e5aff1d56b899b74d4568e1f82abd07 | |
parent | 9e949e41c2751a0c27ac4bb6edae8e7cfc59851a (diff) | |
download | Qt-23d20f10cc89dedb21424924ef2654705267ba46.zip Qt-23d20f10cc89dedb21424924ef2654705267ba46.tar.gz Qt-23d20f10cc89dedb21424924ef2654705267ba46.tar.bz2 |
Fix crash in assistant/WebKit by disabling animated gif
declarative-tutorial3_animated.gif let WebKit crash on all platforms.
Until this bug is fixed upstream just use a static image.
-rw-r--r-- | doc/src/declarative/tutorial3.qdoc | 2 | ||||
-rw-r--r-- | doc/src/images/declarative-tutorial3.gif | bin | 0 -> 3317 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/tutorial3.qdoc b/doc/src/declarative/tutorial3.qdoc index 290b535..c13accf 100644 --- a/doc/src/declarative/tutorial3.qdoc +++ b/doc/src/declarative/tutorial3.qdoc @@ -6,7 +6,7 @@ In this chapter, we make this example a little bit more dynamic by introducing s We want our text to move to the bottom of the screen, rotate and become red when clicked. -\image declarative-tutorial3_animation.gif +\image declarative-tutorial3.gif Here is the QML code: diff --git a/doc/src/images/declarative-tutorial3.gif b/doc/src/images/declarative-tutorial3.gif Binary files differnew file mode 100644 index 0000000..e2eae81 --- /dev/null +++ b/doc/src/images/declarative-tutorial3.gif |