ladybird/Userland/DevTools
sin-ack ca2c81251a Everywhere: Replace Model::update() with Model::invalidate()
Most of the models were just calling did_update anyway, which is
pointless since it can be unified to the base Model class. Instead, code
calling update() will now call invalidate(), which functions identically
and is more obvious in what it does.

Additionally, a default implementation is provided, which removes the
need to add empty implementations of update() for each model subclass.

Co-Authored-By: Ali Mohammad Pur <ali.mpfard@gmail.com>
2021-08-06 19:14:31 +02:00
..
HackStudio Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
Inspector Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
IPCCompiler IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines 2021-07-12 12:26:52 +02:00
Playground LibGUI+Playground: Move GMLAutocompleteProvider to LibGUI 2021-07-29 11:33:16 +02:00
Profiler Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
StateMachineGenerator DevTools: Remove unused header includes 2021-08-01 08:10:16 +02:00
UserspaceEmulator LibDebug+Everywhere: Make DebugInfo not own the ELF image 2021-08-06 01:14:03 +02:00
CMakeLists.txt HackStudio: Enable building HackStudio on x86_64 2021-08-02 00:57:06 +02:00