aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/examples/examples-toys.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2012-11-07 19:09:52 +0100
committerGeir Vattekar <geir.vattekar@digia.com>2012-11-08 12:16:52 +0100
commit61d35829eed6661c1371d397bbb316ea2f636c50 (patch)
tree0cf63cdb094e24699833c3986e35e8b8a9373077 /doc/src/examples/examples-toys.qdoc
parent47c45bb1e487b3823281683c1110d9269f144582 (diff)
Doc: Moved all content in the doc directory.
- most images to the corresponding examples directory - Fixed a few broken links to the examples and qdoc pages - removed the obsolete and unused images and qdoc pages Change-Id: I18f9551b42ec713b81e3f69694a2bd04b1ebf794 Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
Diffstat (limited to 'doc/src/examples/examples-toys.qdoc')
-rw-r--r--doc/src/examples/examples-toys.qdoc49
1 files changed, 0 insertions, 49 deletions
diff --git a/doc/src/examples/examples-toys.qdoc b/doc/src/examples/examples-toys.qdoc
deleted file mode 100644
index fd3ed2332c..0000000000
--- a/doc/src/examples/examples-toys.qdoc
+++ /dev/null
@@ -1,49 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia. For licensing terms and
-** conditions see http://qt.digia.com/licensing. For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-
-/*!
- \title QML Example - Samegame
- \example declarative/samegame
- \brief This example demonstrates creating a game with javascript game logic.
- \image qml-samegame-demo-small.png
-*/
-
-/*!
- \title QML Example - Snake
- \example declarative/snake
- \brief This example demonstrates creating a game using javascript game logic.
- \image qml-snake-demo-small.png
-*/
-
-/*!
- \title QML Example - Corkboards
- \example declarative/toys/corkboards
- \brief This example demonstrates using components inside a flickable.
- \image qml-corkboards-example.png
-*/
-