mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
Ladybird+LibWebView: Add an Inspector action to insert a child DOM node
This commit is contained in:
parent
c6a11a77b5
commit
d5d6ff8bf1
7 changed files with 78 additions and 0 deletions
|
@ -46,6 +46,8 @@ private:
|
|||
QAction* m_edit_node_action { nullptr };
|
||||
QAction* m_copy_node_action { nullptr };
|
||||
QAction* m_screenshot_node_action { nullptr };
|
||||
QAction* m_create_child_element_action { nullptr };
|
||||
QAction* m_create_child_text_node_action { nullptr };
|
||||
QAction* m_delete_node_action { nullptr };
|
||||
QAction* m_add_attribute_action { nullptr };
|
||||
QAction* m_remove_attribute_action { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue