KCalendarCore

types.h
1/*
2 SPDX-FileCopyrightText: 2024 Volker Krause <vkrause@kde.org>
3 SPDX-License-Identifier: LGPL-2.0-or-later
4*/
5
6#ifndef KCALENDARCORE_QML_TYPES
7#define KCALENDARCORE_QML_TYPES
8
9#include <KCalendarCore/CalendarListModel>
10
11#include <QQmlEngine>
12
13struct CalendarListModelForeign {
14 Q_GADGET
15 QML_NAMED_ELEMENT(CalendarListModel)
17};
18
19#endif
Model adaptor for KCalendarCore::CalendarPlugin::calendars().
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:56:45 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.