File indexing completed on 2024-04-28 16:52:26

0001 /*
0002  *   SPDX-FileCopyrightText: 2015 Marco Martin <mart@kde.org>
0003  *   SPDX-FileCopyrightText: 2018 Bhushan Shah <bshah@kde.org>
0004  *
0005  *   SPDX-License-Identifier: GPL-2.0-or-later
0006  */
0007 
0008 #include "phonepanel.h"
0009 
0010 PhonePanel::PhonePanel(QObject *parent, const KPluginMetaData &data, const QVariantList &args)
0011     : Plasma::Containment(parent, data, args)
0012 {
0013 }
0014 
0015 PhonePanel::~PhonePanel() = default;