1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Applications/Assistant
Sam Atkins d2024f04bd Userland: Cast unused BackgroundAction::construct() results to void
User code does not need to keep this alive, so casting to void is safe.
But maybe a bit weird.
2021-12-05 15:31:03 +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 Userland: Cast unused BackgroundAction::construct() results to void 2021-12-05 15:31:03 +01:00
Providers.h Assistant: Make more of the classes final 2021-07-03 22:38:53 +02:00