summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDennis Oberst <dennis.oberst@qt.io>2023-02-16 18:14:38 +0100
committerDennis Oberst <dennis.oberst@qt.io>2023-03-21 11:19:42 +0100
commit8352756d27e5657390b6e87f45e0c0bae6b7784e (patch)
treebccba1d07361956f2d818a05b1163013aaba8b27 /doc
parent4a9696aa05660b4a06a8720c7abeb2bbc64ebecc (diff)
Example: rename progressdialog to primecounter and modernize it
The previous example finished way too quickly and provided no real value in regards to API understanding. Previously, QtConcurrent::map was used, which was also used in other examples. We are now using QtConcurrent::filterReduce to demonstrate other functionality. Task-number: QTBUG-111165 Pick-to: 6.5 6.5.0 Change-Id: Ibd6eb119d0711cddfe8b211d460e9d67d6ce95c3 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/manifest-meta.qdocconf1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/global/manifest-meta.qdocconf b/doc/global/manifest-meta.qdocconf
index 633888c3d1..d3535e437a 100644
--- a/doc/global/manifest-meta.qdocconf
+++ b/doc/global/manifest-meta.qdocconf
@@ -40,7 +40,6 @@ manifestmeta.android.names = "Qt3D/Qt 3D: Basic Shapes C++ Example" \
"QtBluetooth/Bluetooth Scanner Example" \
"QtBluetooth/QML Bluetooth Scanner Example" \
"QtCharts/*" \
- "QtConcurrent/QtConcurrent Progress Dialog Example" \
"QtDataVisualization/Audiolevels Example" \
"QtDataVisualization/Qt Quick 2 Scatter Example" \
"QtDataVisualization/Qt Quick 2 Surface Multiseries Example" \