diff options
author | Dheerendra Purohit <[email protected]> | 2025-06-17 12:07:17 +0530 |
---|---|---|
committer | Dheerendra Purohit <[email protected]> | 2025-07-04 06:18:42 +0000 |
commit | f3f8ce097b212831348d40e02ccdb10fe98f33b2 (patch) | |
tree | 6b0cf6629dd898713ec7c13292b4bafe0ae4c978 | |
parent | 326179e055b7ff1975ce51fd18973079ada5f19c (diff) |
Add textual description for javaiterators1.png in the QtCore5Compat
documentation to ensure QDoc generates alt text.
Pick-to: 6.10 6.9 6.8
Fixes: QTBUG-136146
Change-Id: I8474cbcf0900ea117e1e6e78aff8b8b2b985085b
Reviewed-by: Axel Spoerl <[email protected]>
-rw-r--r-- | src/core5/qiterator.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core5/qiterator.qdoc b/src/core5/qiterator.qdoc index c8a6b27..2ba0e8b 100644 --- a/src/core5/qiterator.qdoc +++ b/src/core5/qiterator.qdoc @@ -32,7 +32,7 @@ position between the second and third item, and returns the second item; and so on. - \image javaiterators1.png + \image {javaiterators1.png} {Illustraction of Java-style iterator usage in Qt} Here's how to iterate over the elements in reverse order: @@ -81,7 +81,7 @@ position between the second and third item, returning the second item; and so on. - \image javaiterators1.png + \image {javaiterators1.png} {Illustraction of Java-style iterator usage in Qt} Here's how to iterate over the elements in reverse order: |