1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:57:45 +00:00

Ladybird/Qt: Add a context menu item to search for the selected text

This commit is contained in:
Timothy Flynn 2023-10-23 12:49:53 -04:00 committed by Andreas Kling
parent ae6e2e682e
commit 66c8400384
2 changed files with 25 additions and 1 deletions

View file

@ -87,6 +87,7 @@ private:
QLabel* m_hover_label { nullptr };
OwnPtr<QMenu> m_page_context_menu;
Optional<String> m_page_context_menu_search_text;
OwnPtr<QMenu> m_link_context_menu;
URL m_link_context_menu_url;