displayapp: Make Ble references const
This commit is contained in:
parent
76f07de64b
commit
255b07094b
30 changed files with 42 additions and 42 deletions
|
|
@ -33,7 +33,7 @@ QuickSettings::QuickSettings(Pinetime::Applications::DisplayApp* app,
|
|||
Controllers::BrightnessController& brightness,
|
||||
Controllers::MotorController& motorController,
|
||||
Pinetime::Controllers::Settings& settingsController,
|
||||
Controllers::Ble& bleController)
|
||||
const Controllers::Ble& bleController)
|
||||
: Screen(app),
|
||||
dateTimeController {dateTimeController},
|
||||
brightness {brightness},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue