summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/progressdialog.pro
diff options
context:
space:
mode:
authorDennis Oberst <[email protected]>2023-02-16 18:14:38 +0100
committerDennis Oberst <[email protected]>2023-03-21 11:19:42 +0100
commit8352756d27e5657390b6e87f45e0c0bae6b7784e (patch)
treebccba1d07361956f2d818a05b1163013aaba8b27 /examples/qtconcurrent/progressdialog/progressdialog.pro
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 <[email protected]> Reviewed-by: Ivan Solovev <[email protected]>
Diffstat (limited to 'examples/qtconcurrent/progressdialog/progressdialog.pro')
-rw-r--r--examples/qtconcurrent/progressdialog/progressdialog.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/qtconcurrent/progressdialog/progressdialog.pro b/examples/qtconcurrent/progressdialog/progressdialog.pro
deleted file mode 100644
index 8a5b3aabb77..00000000000
--- a/examples/qtconcurrent/progressdialog/progressdialog.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-QT += concurrent widgets
-CONFIG += console
-
-SOURCES += main.cpp
-
-target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
-INSTALLS += target