diff options
| author | Steve Amor <steveamor@users.noreply.github.com> | 2025-07-18 18:45:56 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2025-11-04 21:46:23 +0100 |
| commit | 101f9626e3e42c8edc180eccda2549b6fbba491f (patch) | |
| tree | 1fea59f8723f26047c919298300baabd5e42f8a1 /src/displayapp/widgets/PageIndicator.h | |
| parent | e33a83a81129e2337c16f7170e66f801dfc30fbc (diff) | |
Refactor pageindicator
Diffstat (limited to 'src/displayapp/widgets/PageIndicator.h')
| -rw-r--r-- | src/displayapp/widgets/PageIndicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/widgets/PageIndicator.h b/src/displayapp/widgets/PageIndicator.h index 1829bb37..b9d3117b 100644 --- a/src/displayapp/widgets/PageIndicator.h +++ b/src/displayapp/widgets/PageIndicator.h @@ -8,10 +8,10 @@ namespace Pinetime { public: PageIndicator(uint8_t nCurrentScreen, uint8_t nScreens); void Create(); - void Delete(); void SetCurrentScreen(uint8_t nScreen); private: + void SetPageIndicatorPosition(uint8_t position); uint8_t nCurrentScreen; uint8_t nScreens; |
