summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/opengl/qopenglwidget/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-081-1/+0
| | | | | | | | | | | Explicit calls to Q_INIT_RESOURCE are only needed for resources embedded in static libraries. See also https://doc.qt.io/qt-6/resources.html#explicit-loading-and-unloading-of-embedded-resources Pick-to: 6.5 6.6 Change-Id: I06a24d1c04369eedc78ca60a6ca02ce33907d9e7 Reviewed-by: Joerg Bornemann <[email protected]>
* Move qopenglwidget example to manual testsLaszlo Agocs2023-05-241-0/+43
Pick-to: 6.5 Change-Id: I76e6377008484a7b17c65e3c03139a0fb2fc5c34 Reviewed-by: Laszlo Agocs <[email protected]>