shift-shell/containments/panel/phonepanel.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
391 B
C
Raw Normal View History

2021-03-01 20:03:25 +00:00
/*
* SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
*
2021-03-01 20:03:25 +00:00
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PHONEPANEL_H
#define PHONEPANEL_H
#include <Plasma/Containment>
class PhonePanel : public Plasma::Containment
{
Q_OBJECT
public:
2022-04-24 11:44:41 +00:00
PhonePanel(QObject *parent, const KPluginMetaData &data, const QVariantList &args);
2018-12-31 03:13:55 +00:00
~PhonePanel() override;
};
#endif