mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:37:43 +00:00
Help: Use new GML code generator
This commit is contained in:
parent
d1645efde9
commit
8ec9b26bba
4 changed files with 28 additions and 30 deletions
|
@ -19,6 +19,8 @@ class MainWidget final : public GUI::Widget {
|
|||
public:
|
||||
virtual ~MainWidget() override = default;
|
||||
|
||||
static ErrorOr<NonnullRefPtr<MainWidget>> try_create();
|
||||
|
||||
ErrorOr<void> initialize_fallibles(GUI::Window&);
|
||||
ErrorOr<void> set_start_page(Vector<StringView, 2> query_parameters);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue