// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "PhoneWindow.hpp" #include #include #include namespace gui { PhoneWindow::PhoneWindow(app::ApplicationCommon *app, std::unique_ptr &&audioModel) : BaseSettingsWindow(app, gui::window::name::phone), mWidgetMaker(this), mAudioModel(std::move(audioModel)) { setTitle(utils::translate("app_settings_apps_phone")); } std::list