// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include "BaseSettingsWindow.hpp" #include namespace gui { class AutolockWindow : public BaseSettingsWindow { public: AutolockWindow(app::Application *app, app::settingsInterface::AutoLockSettings *autoLockSettings); private: auto buildOptionsList() -> std::list