summaryrefslogtreecommitdiffstats
path: root/examples/opengl/threadedqopenglwidget/mainwindow.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-02-27 12:37:30 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-02-28 14:28:51 +0100
commit6462a454e3d53c3711817b510cff59c136711b9e (patch)
tree29afaf653198da1e8eac0d15f2a878fb947abc0c /examples/opengl/threadedqopenglwidget/mainwindow.h
parent86a517ac786c90b9ce8deb502c413287e31058c2 (diff)
Remove threadeqopenglwidget example
It is neither documented nor very useful, and it has platform-specific issues as reported over the years. Remove it now as part of the example revamp initiative. Task-number: QTBUG-50278 Task-number: QTBUG-110093 Task-number: QTBUG-76054 Task-number: QTBUG-43209 Pick-to: 6.5 Change-Id: I6dadaf4162b4c19411c544b9f204c19e37aa740d Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
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 2dd8639a63f..00000000000
--- 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