summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-05-16 12:41:34 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-05-16 16:08:11 +0200
commit19e7eafbaec8bfec556e673f074080d20894d628 (patch)
tree2658e5ba236cba95918944d0bd9cd95ee20554e5
parentc7bd56b7a28f7c95573b0a3eb7e2f1f40801294c (diff)
downloadqtdeclarative-19e7eafbaec8bfec556e673f074080d20894d628.tar.gz
graph example: Remove old todo
Pick-to: 6.5 Change-Id: I1fcd01ee35a808c5310f08a1a9e025f5aba6f3bc Reviewed-by: Christian Strømme <christian.stromme@qt.io>
-rw-r--r--examples/quick/scenegraph/graph/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/scenegraph/graph/main.cpp b/examples/quick/scenegraph/graph/main.cpp
index 1b56c03daf..7070196a79 100644
--- a/examples/quick/scenegraph/graph/main.cpp
+++ b/examples/quick/scenegraph/graph/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 a(argc, argv);
QQuickView view;