CalendarSupport

calendarsingleton.h
1/*
2 SPDX-FileCopyrightText: 2013 Sérgio Martins <iamsergio@gmail.com>
3
4 SPDX-License-Identifier: GPL-2.0-or-later WITH Qt-Commercial-exception-1.0
5*/
6
7#pragma once
8
9#include "calendarsupport_export.h"
10#include <Akonadi/ETMCalendar>
11
12namespace CalendarSupport
13{
14/**
15 * ETMCalendar to be used by kontact plugins to avoid having
16 * 3 loaded calendars which occupy lots of memory.
17 */
18CALENDARSUPPORT_EXPORT Akonadi::ETMCalendar::Ptr calendarSingleton(bool createIfNull = true);
19}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:02 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.