mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 16:54:49 +01:00
894bce690b
* Delete and q quit the application. * Shift-Delete and k kill the application. Used a message filter since I want these handled by the window. Fixes #8561. Also: * Removed DeselectAll() from the class declaration since it was never defined. * Re-ordered methods in the class definition to match the order in the declaration. * Added the underscore to _UpdateList() since it is a private method and moved it to the right place.