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:
parent
ae6e2e682e
commit
66c8400384
2 changed files with 25 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue