1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 05:57:41 +00:00
serenity/Applications/FileManager
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 Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
DirectoryView.cpp WindowServer: More work on menus. 2019-02-11 10:08:54 +01:00
DirectoryView.h LibGUI: Start adding an automatic widget layout system. 2019-02-10 11:07:13 +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