Doc: Fix reference to an image whose format changed to WEBP

Change-Id: I123af115096b17fdbe500af37f25704a45ad78a1
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Leena Miettinen
2023-07-20 11:24:05 +02:00
parent a76f8cf4dc
commit 6603c247d6
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
A common way to present the search results to the user, is to use the
shared \uicontrol{Search Results} pane.
\image qtcreator-searchresults.png
\image qtcreator-search-results.webp {Search Results view}
If you want to implement a find filter that is doing a file based text
search, you should use \l Core::BaseTextFind, which already implements all

View File

@@ -319,7 +319,7 @@ using namespace Core::Internal;
\brief The SearchResultWindow class is the implementation of a commonly
shared \uicontrol{Search Results} output pane.
\image qtcreator-searchresults.png
\image qtcreator-search-results.webp {Search Results view}
Whenever you want to show the user a list of search results, or want
to present UI for a global search and replace, use the single instance