1
Fork 0
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:
Federico Guerinoni 2023-02-05 03:26:20 +01:00 committed by Sam Atkins
parent d5f7771039
commit 1296aa108b
2 changed files with 21 additions and 0 deletions

View file

@ -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 = "");