Files
ladybird/Userland/Libraries/LibGUI
Baitinq 27a1798dd9 LibGUI: Add GUI::SettingsWindow::add_tab() that takes a constructed tab
This patch adds a new add_tab() function in GUI::SettingsWindow that
takes an already created NonnullRefPtr<Tab> object. This allows us to
handle errors while creating the Tab object and then pass it to this
function to actually add the object to the SettingsWindow.
2022-12-15 21:00:24 +00:00
..
2022-11-19 11:04:11 +01:00
2022-12-05 13:59:00 +00:00