mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-26 14:28:49 +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:
parent
4088beb8eb
commit
686ee2bf04
Notes:
sideshowbarker
2024-07-19 03:40:18 +09:00
Author: https://github.com/awesomekling
Commit: 686ee2bf04
10 changed files with 30 additions and 17 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue