summaryrefslogtreecommitdiffstats
path: root/examples/sensors/sensorgestures/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sensors/sensorgestures/main.cpp')
-rw-r--r--examples/sensors/sensorgestures/main.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/sensors/sensorgestures/main.cpp b/examples/sensors/sensorgestures/main.cpp
deleted file mode 100644
index 30b745ec..00000000
--- a/examples/sensors/sensorgestures/main.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2017 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#include <QtWidgets/QApplication>
-#include "mainwindow.h"
-
-int main(int argc, char *argv[])
-{
- QApplication a(argc, argv);
- MainWindow w;
- w.show();
-
- return a.exec();
-}