mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
GApplication: quit() should have a default exit code of 0.
This commit is contained in:
parent
5e733d47a3
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