diff options
| author | codingjourney <coding@journey.sk> | 2024-10-30 21:43:50 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-11-04 21:25:31 +0100 |
| commit | 08043c30789040e6d50af0bd6864b8b8cf95fecd (patch) | |
| tree | 04ab9dd55f40e1a049da10e33dea80274d6fe493 /src/displayapp/screens/StopWatch.h | |
| parent | f1f4c9028e12c9a34bcfd79fd7ba273aebfbbae7 (diff) | |
common method for entering the Paused state
Diffstat (limited to 'src/displayapp/screens/StopWatch.h')
| -rw-r--r-- | src/displayapp/screens/StopWatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/displayapp/screens/StopWatch.h b/src/displayapp/screens/StopWatch.h index b0379654..26cfb43f 100644 --- a/src/displayapp/screens/StopWatch.h +++ b/src/displayapp/screens/StopWatch.h @@ -29,6 +29,8 @@ namespace Pinetime::Applications { bool OnButtonPushed() override; private: + void OnPause(); + void DisplayPaused(); void DisplayStarted(); void DisplayCleared(); |
