summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/threadedqopenglwidget/mainwindow.h')
-rw-r--r--examples/opengl/threadedqopenglwidget/mainwindow.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/opengl/threadedqopenglwidget/mainwindow.h b/examples/opengl/threadedqopenglwidget/mainwindow.h
deleted file mode 100644
index 2dd8639a63..0000000000
--- a/examples/opengl/threadedqopenglwidget/mainwindow.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-
-#ifndef MAINWINDOW_H
-#define MAINWINDOW_H
-
-#include <QWidget>
-
-class MainWindow : public QWidget
-{
- Q_OBJECT
-
-public:
- MainWindow();
-};
-
-#endif