From 616aa91b4c373dd49e60ac8b6b5c942ebc5804c9 Mon Sep 17 00:00:00 2001 From: Finlay Davidson Date: Thu, 16 Mar 2023 22:08:51 +0100 Subject: dirtyvalue: Move to src/utility --- src/displayapp/widgets/StatusIcons.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/displayapp/widgets') diff --git a/src/displayapp/widgets/StatusIcons.h b/src/displayapp/widgets/StatusIcons.h index 27e8b86a..9e21d3ad 100644 --- a/src/displayapp/widgets/StatusIcons.h +++ b/src/displayapp/widgets/StatusIcons.h @@ -6,6 +6,7 @@ #include "components/battery/BatteryController.h" #include "components/ble/BleController.h" #include "displayapp/screens/BatteryIcon.h" +#include "utility/DirtyValue.h" namespace Pinetime { namespace Applications { @@ -27,10 +28,10 @@ namespace Pinetime { const Pinetime::Controllers::Battery& batteryController; const Controllers::Ble& bleController; - Screens::DirtyValue batteryPercentRemaining {}; - Screens::DirtyValue powerPresent {}; - Screens::DirtyValue bleState {}; - Screens::DirtyValue bleRadioEnabled {}; + Utility::DirtyValue batteryPercentRemaining {}; + Utility::DirtyValue powerPresent {}; + Utility::DirtyValue bleState {}; + Utility::DirtyValue bleRadioEnabled {}; lv_obj_t* bleIcon; lv_obj_t* batteryPlug; -- cgit v1.2.3-70-g09d2