serenity/Userland/Applications/KeyboardMapper
Lenny Maiorani 160bda7228 Applications: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-02-14 22:06:55 +00:00
..
CMakeLists.txt
KeyboardMapperWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeyboardMapperWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeyButton.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeyButton.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeyPositions.h
main.cpp KeyboardMapper: Propagate errors using try_set_main_widget in main 2022-01-09 00:56:11 +01:00