KCalendarCore

calendarplugin.cpp
1/*
2 This file is part of the kcalcore library.
3
4 SPDX-FileCopyrightText: 2020 Nicolas Fella <nicolas.fella@gmx.de>
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#include "calendarplugin.h"
9
10using namespace KCalendarCore;
11
12CalendarPlugin::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:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:13:47 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.