mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 09:06:08 +00:00
LibGUI: Rename ModelSelection::remove_matching => remove_all_matching
Let's be consistent with how Vector, HashTable and HashMap names these.
This commit is contained in:
parent
c6bcd0dfe4
commit
2375e1bcda
Notes:
sideshowbarker
2024-07-17 21:35:07 +09:00
Author: https://github.com/awesomekling
Commit: 2375e1bcda
4 changed files with 4 additions and 4 deletions
|
@ -76,7 +76,7 @@ public:
|
|||
return *m_indices.begin();
|
||||
}
|
||||
|
||||
void remove_matching(Function<bool(const ModelIndex&)>);
|
||||
void remove_all_matching(Function<bool(ModelIndex const&)> filter);
|
||||
|
||||
template<typename Function>
|
||||
void change_from_model(Badge<SortingProxyModel>, Function f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue