~aleteoryx/muditaos

ref: 56449096fd1a0a3a8e9ce70e713864cbde4b142d muditaos/module-apps/application-settings-new/windows/SystemMainWindow.hpp -rw-r--r-- 439 bytes
56449096 — Pawel Olejniczak [CP-267] Ensure cellular logging 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// 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"

namespace gui
{
    class SystemMainWindow : public BaseSettingsWindow
    {
      public:
        explicit SystemMainWindow(app::Application *app);

      private:
        auto buildOptionsList() -> std::list<Option> override;
    };
} // namespace gui