mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
This follows the typical client callback naming scheme used elsewhere and doesn't collide with the "on_foo" Function hook convention.
This commit is contained in:
@@ -50,7 +50,7 @@ SortingProxyModel::~SortingProxyModel()
|
||||
m_source->unregister_client(*this);
|
||||
}
|
||||
|
||||
void SortingProxyModel::on_model_update(unsigned flags)
|
||||
void SortingProxyModel::model_did_update(unsigned flags)
|
||||
{
|
||||
resort(flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user