mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:17:44 +00:00
LibGUI: Remove `AbstractView::did_update_model()'
...and use `ModelClient::model_did_update()' instead. This makes AbstractView a ModelClient (which it always was anyway).
This commit is contained in:
parent
868c315e51
commit
71de8b7480
13 changed files with 26 additions and 23 deletions
|
@ -51,7 +51,7 @@ private:
|
|||
int icon_spacing() const { return 2; }
|
||||
int text_padding() const { return 2; }
|
||||
|
||||
virtual void did_update_model(unsigned flags) override;
|
||||
virtual void model_did_update(unsigned flags) override;
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
virtual void mousedown_event(MouseEvent& event) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue