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