// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include "StatusBarWidgetBase.hpp" #include #include namespace gui::status_bar { /// widget drawn on the status bar showing current tethering state: class Tethering : public StatusBarWidgetBase