KCalendarCore

calendarplugin.cpp
1 /*
2  This file is part of the kcalcore library.
3 
4  SPDX-FileCopyrightText: 2020 Nicolas Fella <[email protected]>
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #include "calendarplugin.h"
9 
10 using namespace KCalendarCore;
11 
12 CalendarPlugin::CalendarPlugin(QObject *parent, const QVariantList &args)
13  : QObject(parent)
14 {
15  Q_UNUSED(args)
16 }
17 
18 #include "moc_calendarplugin.cpp"
Namespace for all KCalendarCore types.
Definition: alarm.h:36
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Sep 21 2023 04:00:45 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.