ladybird/Applications/About
Andreas Kling 4b15dd2bca LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
These functions don't exit immediately, but rather on the next iteration
of the event loop.

Since exit() is already used by the standard library, let's call it quit()
instead. That way, saying exit() means the same thing here as anywhere else.
2019-02-17 09:59:56 +01:00
..
.gitignore Add a little About app and hook it up to the system menu's "About..." entry. 2019-02-12 15:23:07 +01:00
main.cpp LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00
Makefile Enable -Wimplicit-fallthrough. 2019-02-15 12:39:16 +01:00