ladybird/Applications
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
..
About LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00
Clock Enable -Wimplicit-fallthrough. 2019-02-15 12:39:16 +01:00
FileManager LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00
FontEditor Enable -Wimplicit-fallthrough. 2019-02-15 12:39:16 +01:00
Launcher Enable -Wimplicit-fallthrough. 2019-02-15 12:39:16 +01:00
Terminal LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit(). 2019-02-17 09:59:56 +01:00