summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/movie/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/widgets/movie/main.cpp')
-rw-r--r--examples/widgets/widgets/movie/main.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/widgets/widgets/movie/main.cpp b/examples/widgets/widgets/movie/main.cpp
deleted file mode 100644
index e5d4d3f040..0000000000
--- a/examples/widgets/widgets/movie/main.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#include <QApplication>
-
-#include "movieplayer.h"
-
-int main(int argc, char *argv[])
-{
- QApplication app(argc, argv);
- MoviePlayer player;
- player.show();
- player.show();
- return app.exec();
-}