mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:37:46 +00:00
Ladybird/WebContentView: Accept focus and notify WebContent on change
This commit is contained in:
parent
71dadabfaa
commit
c154d94964
2 changed files with 14 additions and 0 deletions
|
@ -85,6 +85,8 @@ public:
|
|||
virtual void keyReleaseEvent(QKeyEvent* event) override;
|
||||
virtual void showEvent(QShowEvent*) override;
|
||||
virtual void hideEvent(QHideEvent*) override;
|
||||
virtual void focusInEvent(QFocusEvent*) override;
|
||||
virtual void focusOutEvent(QFocusEvent*) override;
|
||||
|
||||
void debug_request(String const& request, String const& argument);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue