Default app exit code to 0
This commit is contained in:
parent
b5dec9990e
commit
adf9acc468
3 changed files with 8 additions and 5 deletions
|
@ -46,7 +46,7 @@ class Browser : public WindowListObserver {
|
|||
void Quit();
|
||||
|
||||
// Exit the application immediately and set exit code.
|
||||
void Exit(int code);
|
||||
void Exit(mate::Arguments* args);
|
||||
|
||||
// Cleanup everything and shutdown the application gracefully.
|
||||
void Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue