mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +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
|
@ -67,5 +67,5 @@ GUI::Variant IndividualSampleModel::data(const GUI::ModelIndex& index, GUI::Mode
|
|||
|
||||
void IndividualSampleModel::update()
|
||||
{
|
||||
did_update(Model::InvalidateAllIndexes);
|
||||
did_update(Model::InvalidateAllIndices);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue