qt5base-lts/examples/qtconcurrent/wordcount
Dennis Oberst d795dfaee7 Example: update wordcount example
Added a QFileDialog to let the user select a path. Before, the path
was statically assigned with "../../" , which is not optimal.
I also modified the findFiles function to check for text files in
general and not only *.cpp and *.h files. Lastly the result of the
word counting is now displayed on the console, as I think this is an
informative output from this example.

Task-number: QTBUG-111165
Pick-to: 6.5 6.5.0
Change-Id: Ie27c6acb4f79a78e3bef141edb92de08901fde71
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2023-03-20 20:58:08 +01:00
..
doc/src Example: update wordcount example 2023-03-20 20:58:08 +01:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
main.cpp Example: update wordcount example 2023-03-20 20:58:08 +01:00
wordcount.pro Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00