summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-31 04:25:23 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-31 04:31:39 (GMT)
commit6905c23c8363ce3f6698b0bc81dc81eef0f8de20 (patch)
treeb4d2f0036238ef2670f7e1c63ad3b2959342ed46 /src
parent8c757e4b84748c19e5f66da432d8af2e7db40cde (diff)
downloadQt-6905c23c8363ce3f6698b0bc81dc81eef0f8de20.zip
Qt-6905c23c8363ce3f6698b0bc81dc81eef0f8de20.tar.gz
Qt-6905c23c8363ce3f6698b0bc81dc81eef0f8de20.tar.bz2
Improve flipable example.
Diffstat (limited to 'src')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflipable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflipable.cpp b/src/declarative/graphicsitems/qdeclarativeflipable.cpp
index e670d3e..ccefc70 100644
--- a/src/declarative/graphicsitems/qdeclarativeflipable.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeflipable.cpp
@@ -75,7 +75,7 @@ public:
Here is a Flipable that flips whenever it is clicked:
- \snippet examples/declarative/flipable/flipable-example.qml 0
+ \snippet doc/src/snippets/declarative/flipable.qml 0
\image flipable.gif