Messagelib

messagecoresettings.h
1 /* SPDX-FileCopyrightText: 2010 Thomas McGuire <[email protected]>
2 
3  SPDX-License-Identifier: LGPL-2.0-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
4 */
5 
6 #pragma once
7 
8 #include "messagecore_export.h"
9 
10 #include "globalsettings_messagecore.h"
11 
12 namespace MessageCore
13 {
14 /**
15  * @brief The MessageCoreSettings class
16  */
17 class MESSAGECORE_EXPORT MessageCoreSettings : public MessageCore::MessageCoreSettingsBase
18 {
19  Q_OBJECT
20 
21 public:
22  static MessageCoreSettings *self();
23 
24 private:
25  MESSAGECORE_NO_EXPORT MessageCoreSettings();
26  ~MessageCoreSettings() override;
27  static MessageCoreSettings *mSelf;
28 };
29 }
The MessageCoreSettings class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Oct 1 2023 03:53:34 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.