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

Ladybird+LibWebView: Add an Inspector action to copy an attribute value

This commit is contained in:
Timothy Flynn 2023-12-06 10:12:31 -05:00 committed by Andreas Kling
parent f7de1369d2
commit 51a0673b5c
7 changed files with 51 additions and 1 deletions

View file

@ -47,6 +47,7 @@ private:
QAction* m_delete_node_action { nullptr };
QAction* m_add_attribute_action { nullptr };
QAction* m_remove_attribute_action { nullptr };
QAction* m_copy_attribute_value_action { nullptr };
};
}