// SPDX-FileCopyrightText: 2022 Devin Lin // SPDX-License-Identifier: GPL-2.0-or-later #pragma once #include class HomeScreen : public Plasma::Containment { Q_OBJECT public: HomeScreen(QObject *parent, const KPluginMetaData &data, const QVariantList &args); ~HomeScreen() override; Q_SIGNALS: void showingDesktopChanged(bool showingDesktop); };