File indexing completed on 2024-04-28 15:19:00

0001 /*
0002   This file is part of the kcalcore library.
0003 
0004   SPDX-FileCopyrightText: 2020 Nicolas Fella <nicolas.fella@gmx.de>
0005   SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #include "calendarplugin.h"
0009 
0010 using namespace KCalendarCore;
0011 
0012 CalendarPlugin::CalendarPlugin(QObject *parent, const QVariantList &args)
0013     : QObject(parent)
0014 {
0015     Q_UNUSED(args)
0016 }
0017 
0018 #include "moc_calendarplugin.cpp"