Qt Concurrent documentation: fix Forward Iterator example container

std::slist doesn't seem to even exist on Google, while std::forward_list
exists in the standard since C++11.

Pick-to: 6.8 6.9
Change-Id: I9869c716fb631bc743e656a3b8bbb8ca35c9a1ed
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Aurélien Brooke 2025-01-02 11:16:38 +01:00
parent d71379d447
commit 9e5dae9b8c

View File

@ -98,7 +98,7 @@
\li Not Supported
\row
\li Forward Iterator
\li std::slist
\li std::forward_list
\li Supported
\row
\li Bidirectional Iterator