shift-shell/containments/panel/phonepanel.cpp
2023-03-06 13:19:05 +01:00

19 lines
481 B
C++

/*
* 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"
PhonePanel::PhonePanel(QObject *parent, const KPluginMetaData &data, const QVariantList &args)
: Plasma::Containment(parent, data, args)
{
}
PhonePanel::~PhonePanel() = default;
K_PLUGIN_CLASS_WITH_JSON(PhonePanel, "package/metadata.json")
#include "phonepanel.moc"