1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 00:01:01 +00:00
serenity/Userland/Applications/TextEditor
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 Userland: Link directly against LibUnicodeData where needed 2021-12-30 14:18:12 +01:00
FileArgument.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
FileArgument.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
MainWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
MainWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
TextEditorWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00