mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
Ladybird: Close tab clicking wheel of the mouse
This commit is contained in:
parent
d5f7771039
commit
1296aa108b
2 changed files with 21 additions and 0 deletions
|
@ -54,6 +54,9 @@ public slots:
|
|||
void select_all();
|
||||
void copy_selected_text();
|
||||
|
||||
protected:
|
||||
bool eventFilter(QObject* obj, QEvent* event);
|
||||
|
||||
private:
|
||||
void debug_request(DeprecatedString const& request, DeprecatedString const& argument = "");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue