diff options
author | Edward Welbourne <[email protected]> | 2023-06-09 10:52:28 +0200 |
---|---|---|
committer | Edward Welbourne <[email protected]> | 2023-07-10 12:57:20 +0200 |
commit | acb950c129f9bbaa7864de2a7a507ee870551dd8 (patch) | |
tree | f7ccf4a1e43dfb28cd5e7ecb01f25870bcee8f5d | |
parent | a028e53fa49c995a7dc06ffaac2be1ebe0923f9c (diff) |
XBEL DOM example: update the screenshot
The old one showed an old XBEL file's content, with trolltech URLs.
Update to match the new XBEL file's content.
Pick-to: 6.6 6.5
Task-number: QTBUG-111228
Change-Id: I2b3bb7d67c6f96b04208fe4b1f9af10055dc0496
Reviewed-by: Mårten Nordheim <[email protected]>
Reviewed-by: Kimmo Leppälä <[email protected]>
-rw-r--r-- | examples/xml/dombookmarks/doc/images/dombookmarks-example.png | bin | 19405 -> 0 bytes | |||
-rw-r--r-- | examples/xml/dombookmarks/doc/images/screenshot.png | bin | 0 -> 67075 bytes | |||
-rw-r--r-- | examples/xml/dombookmarks/doc/src/dombookmarks.qdoc | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/dombookmarks/doc/images/dombookmarks-example.png b/examples/xml/dombookmarks/doc/images/dombookmarks-example.png Binary files differdeleted file mode 100644 index abacacbbfcd..00000000000 --- a/examples/xml/dombookmarks/doc/images/dombookmarks-example.png +++ /dev/null diff --git a/examples/xml/dombookmarks/doc/images/screenshot.png b/examples/xml/dombookmarks/doc/images/screenshot.png Binary files differnew file mode 100644 index 00000000000..462052ce8a4 --- /dev/null +++ b/examples/xml/dombookmarks/doc/images/screenshot.png diff --git a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc index d08eecaf06c..dc757f84b7e 100644 --- a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc +++ b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc @@ -14,7 +14,7 @@ the files. The {QXmlStream Bookmarks Example} provides an alternative way to read this type of file. - \image dombookmarks-example.png + \image screenshot.png \section1 The XbelTree Class Definition |