mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:18:12 +00:00
HackStudio: Add HackStudio::for_each_open_file
This commit is contained in:
parent
3a44b8111b
commit
3e9a96f1d8
4 changed files with 14 additions and 0 deletions
|
@ -168,4 +168,9 @@ Locator& locator()
|
|||
return s_hack_studio_widget->locator();
|
||||
}
|
||||
|
||||
void for_each_open_file(Function<void(ProjectFile const&)> func)
|
||||
{
|
||||
s_hack_studio_widget->for_each_open_file(move(func));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue