shift-shell/containments/panel/phonepanel.cpp

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

20 lines
473 B
C++
Raw Normal View History

2021-03-01 20:03:25 +00:00
/*
* SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
* SPDX-FileCopyrightText: 2018 Bhushan Shah <bshah@kde.org>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "phonepanel.h"
K_PLUGIN_CLASS_WITH_JSON(PhonePanel, "metadata.json")
2022-04-24 11:44:41 +00:00
PhonePanel::PhonePanel(QObject *parent, const KPluginMetaData &data, const QVariantList &args)
: Plasma::Containment(parent, data, args)
{
}
2020-03-20 00:08:59 +00:00
PhonePanel::~PhonePanel() = default;
2023-03-06 12:19:05 +00:00
#include "phonepanel.moc"