Akonadi

resourcesettings.h
1/*
2 SPDX-FileCopyrightText: 2010-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "akonadiagentbase_export.h"
10#include "resourcebasesettings.h"
11
12namespace Akonadi
13{
14class AKONADIAGENTBASE_EXPORT ResourceSettings : public Akonadi::ResourceBaseSettings // krazy:exclude=dpointer
15{
16 Q_OBJECT
17public:
18 static ResourceSettings *self();
19
20private:
21 ResourceSettings();
22 ~ResourceSettings() override;
23 static ResourceSettings *mSelf;
24};
25
26}
Helper integration between Akonadi and Qt.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:07:19 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.