From 6603c247d65c9e983f412480b6698684db93bc26 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 20 Jul 2023 11:24:05 +0200 Subject: [PATCH] Doc: Fix reference to an image whose format changed to WEBP Change-Id: I123af115096b17fdbe500af37f25704a45ad78a1 Reviewed-by: Eike Ziller --- src/plugins/coreplugin/find/ifindfilter.cpp | 2 +- src/plugins/coreplugin/find/searchresultwindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/coreplugin/find/ifindfilter.cpp b/src/plugins/coreplugin/find/ifindfilter.cpp index 85b8a68be80..66b7710586c 100644 --- a/src/plugins/coreplugin/find/ifindfilter.cpp +++ b/src/plugins/coreplugin/find/ifindfilter.cpp @@ -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 diff --git a/src/plugins/coreplugin/find/searchresultwindow.cpp b/src/plugins/coreplugin/find/searchresultwindow.cpp index e2a83a71a0e..a096f452490 100644 --- a/src/plugins/coreplugin/find/searchresultwindow.cpp +++ b/src/plugins/coreplugin/find/searchresultwindow.cpp @@ -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