mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
GApplication: quit() should have a default exit code of 0.
This commit is contained in:
parent
5e733d47a3
commit
1930d48a38
Notes:
sideshowbarker
2024-07-19 14:12:13 +09:00
Author: https://github.com/awesomekling
Commit: 1930d48a38
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public:
|
|||
~GApplication();
|
||||
|
||||
int exec();
|
||||
void quit(int);
|
||||
void quit(int = 0);
|
||||
|
||||
void set_menubar(OwnPtr<GMenuBar>&&);
|
||||
GAction* action_for_key_event(const GKeyEvent&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue