mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibGUI+Applications: Rename automatic scrolling timer functions
Renames on_automatic_scrolling_timer_fired() =>
automatic_scrolling_timer_did_fire()
The 'on_' prefix is usually reserved for AK::Function hooks.
Renames set_automatic_scrolling_{active,timer}() =>
set_automatic_scrolling_timer_active()
For consistency, accuracy, and header file A E S T H E T I C S
This commit is contained in:
committed by
Andreas Kling
parent
5b02e6a46b
commit
d938b9effe
@@ -148,7 +148,7 @@ protected:
|
||||
virtual void hide_event(HideEvent&) override;
|
||||
virtual void focusin_event(FocusEvent&) override;
|
||||
|
||||
virtual void on_automatic_scrolling_timer_fired() override;
|
||||
virtual void automatic_scrolling_timer_did_fire() override;
|
||||
|
||||
virtual void clear_selection();
|
||||
virtual void set_selection(ModelIndex const&);
|
||||
|
||||
Reference in New Issue
Block a user