mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 00:47:45 +00:00
Ladybird: Add a context menu for link elements
This commit is contained in:
parent
1b2394d92e
commit
0d1b5e7f7a
3 changed files with 38 additions and 3 deletions
|
@ -73,6 +73,9 @@ private:
|
|||
|
||||
OwnPtr<QMenu> m_page_context_menu;
|
||||
|
||||
OwnPtr<QMenu> m_link_context_menu;
|
||||
URL m_link_context_menu_url;
|
||||
|
||||
OwnPtr<QMenu> m_video_context_menu;
|
||||
OwnPtr<QIcon> m_video_context_menu_play_icon;
|
||||
OwnPtr<QIcon> m_video_context_menu_pause_icon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue