ladybird/Userland/Applications/Assistant
Ben Wiederhake 465af4c4d4 Applications: Fix visibility of Object-derivative constructors
Derivatives of Core::Object should be constructed through
ClassName::construct(), to avoid handling ref-counted objects with
refcount zero. Fixing the visibility means that misuses like this are
more difficult.
2021-11-02 22:56:53 +01:00
..
CMakeLists.txt Userland: Add new app called Assistant 2021-06-28 16:29:02 +02:00
FuzzyMatch.cpp Assistant: Fix adding sequential bonus in Fuzzy Match 2021-10-25 13:00:32 +02:00
FuzzyMatch.h Assistant: Make strings const referenced 2021-10-25 13:00:32 +02:00
main.cpp Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Providers.cpp LibThreading: Remove redundant method 2021-11-02 11:07:26 +01:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00