summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/movie.qdoc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 14:59:25 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-28 14:05:41 +0200
commitec01f6ae8b28f6b5cdb125e8e42e18b96f2a97a6 (patch)
tree1ce77d706629eb8830351e96d447bd10525ff994 /examples/widgets/doc/src/movie.qdoc
parentc7702638f33b78c39981504574db5021e1d7c383 (diff)
Move movie example to manual test
Pick-to: 6.5 6.6 Change-Id: Ie185a3c88eced7b8b0fe324b9ef62ab86d38d521 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/movie.qdoc')
-rw-r--r--examples/widgets/doc/src/movie.qdoc16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/widgets/doc/src/movie.qdoc b/examples/widgets/doc/src/movie.qdoc
deleted file mode 100644
index d5aebc4156..0000000000
--- a/examples/widgets/doc/src/movie.qdoc
+++ /dev/null
@@ -1,16 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example widgets/movie
- \title Movie Example
- \ingroup examples-widgets
- \brief The Movie example demonstrates how to use QMovie and QLabel to
- display animations.
-
- QMovie is mostly useful if one wants to play
- a simple animation without the added complexity of a multimedia
- framework to install and deploy.
-
- \borderedimage movie-example.png
-*/