mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
Userland: Port to automatic GML initializer where possible
This commit is contained in:
parent
dec066fa5c
commit
adc845e0cb
41 changed files with 148 additions and 245 deletions
|
@ -18,7 +18,7 @@ ExportProgressWindow::ExportProgressWindow(GUI::Window& parent_window, Atomic<in
|
|||
{
|
||||
}
|
||||
|
||||
ErrorOr<void> ExportProgressWindow::initialize_fallibles()
|
||||
ErrorOr<void> ExportProgressWindow::initialize()
|
||||
{
|
||||
auto main_widget = set_main_widget<GUI::Widget>();
|
||||
TRY(main_widget->load_from_gml(export_progress_widget));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue