mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
Everywhere: "indexes" => "indices"
I've wasted a silly amount of time in the past fretting over which of these words to use. Let's just choose one and use it everywhere. :^)
This commit is contained in:
parent
7ae7170d61
commit
3d4afe7614
29 changed files with 139 additions and 139 deletions
|
@ -343,7 +343,7 @@ DirectoryView::~DirectoryView()
|
|||
|
||||
void DirectoryView::model_did_update(unsigned flags)
|
||||
{
|
||||
if (flags & GUI::Model::UpdateFlag::InvalidateAllIndexes) {
|
||||
if (flags & GUI::Model::UpdateFlag::InvalidateAllIndices) {
|
||||
for_each_view_implementation([](auto& view) {
|
||||
view.selection().clear();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue