summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/movie.qdoc
diff options
context:
space:
mode:
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
-*/