mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:07:35 +00:00
Calculator: Update mimic_pressed for refactor into the Button class
This commit is contained in:
parent
554709fec6
commit
0b5adfef8c
2 changed files with 0 additions and 18 deletions
|
@ -31,7 +31,6 @@ private:
|
|||
void update_display();
|
||||
|
||||
virtual void keydown_event(GUI::KeyEvent&) override;
|
||||
virtual void timer_event(Core::TimerEvent&) override;
|
||||
|
||||
Calculator m_calculator;
|
||||
Keypad m_keypad;
|
||||
|
@ -57,6 +56,4 @@ private:
|
|||
RefPtr<GUI::Button> m_inverse_button;
|
||||
RefPtr<GUI::Button> m_percent_button;
|
||||
RefPtr<GUI::Button> m_equals_button;
|
||||
|
||||
RefPtr<GUI::Button> m_mimic_pressed_button {};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue