mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibGUI+Userland: Rename try_load_from_gml()
-> load_from_gml()
:^)
It's the only one, so the `try` prefix is unnecessary now.
This commit is contained in:
parent
e4e12f3a96
commit
f0395a2042
Notes:
sideshowbarker
2024-07-17 02:00:34 +09:00
Author: https://github.com/AtkinsSJ
Commit: f0395a2042
Pull-request: https://github.com/SerenityOS/serenity/pull/16883
85 changed files with 107 additions and 107 deletions
|
@ -23,7 +23,7 @@ FileOperationProgressWidget::FileOperationProgressWidget(FileOperation operation
|
|||
: m_operation(operation)
|
||||
, m_helper_pipe(move(helper_pipe))
|
||||
{
|
||||
try_load_from_gml(file_operation_progress_gml).release_value_but_fixme_should_propagate_errors();
|
||||
load_from_gml(file_operation_progress_gml).release_value_but_fixme_should_propagate_errors();
|
||||
|
||||
auto& button = *find_descendant_of_type_named<GUI::Button>("button");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue