ladybird/Userland/Applications/Calculator
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
..
Calculator.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Calculator.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CalculatorWidget.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CalculatorWidget.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
CalculatorWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
CMakeLists.txt Calculator: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
Keypad.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
Keypad.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
KeypadValue.cpp Userland: Use AK::pow<I> where applicable 2022-02-06 17:52:33 +00:00
KeypadValue.h Calculator: Round small number to prevent crash 2022-01-02 15:42:13 +01:00
main.cpp Base+Calculator: Add icons 2022-02-13 22:09:18 +01:00