diff options
author | Laszlo Agocs <[email protected]> | 2024-08-28 13:46:11 +0200 |
---|---|---|
committer | Laszlo Agocs <[email protected]> | 2024-08-30 00:28:36 +0200 |
commit | fb6ea5c013cbbb676eca2a2be1cc1d901964a784 (patch) | |
tree | 812bff8ea1d014437c8f5bad83870703c8d03f4b | |
parent | 29faf67f7483761727f652c64374586208c25f25 (diff) |
twotextureproviders example: Remove out-of-date todo comment
Pick-to: 6.8
Change-Id: I795e63e8823b2c57cef87728373732d8969b1643
Reviewed-by: Christian Strømme <[email protected]>
-rw-r--r-- | examples/quick/scenegraph/twotextureproviders/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/twotextureproviders/main.cpp b/examples/quick/scenegraph/twotextureproviders/main.cpp index e987147bbb..b85455f8bf 100644 --- a/examples/quick/scenegraph/twotextureproviders/main.cpp +++ b/examples/quick/scenegraph/twotextureproviders/main.cpp @@ -9,8 +9,6 @@ int main(int argc, char **argv) { - qputenv("QSG_RHI", "1"); // ### Qt 6 remove, this will be the default anyway - QGuiApplication app(argc, argv); QQuickView view; |