KConfig

types.h
1// SPDX-FileCopyrightText: 2023 Nicolas Fella <nicolas.fella@gmx.de>
2// SPDX-License-Identifier: LGPL-2.0-or-later
3
4#ifndef KCONFIGTYPES_H
5#define KCONFIGTYPES_H
6
7#include <QQmlEngine>
8
9#include <kauthorized.h>
10#include <kcoreconfigskeleton.h>
11
12struct KAuthorizedForeign {
13 Q_GADGET
14 QML_NAMED_ELEMENT(KAuthorized)
15 QML_SINGLETON
16 QML_FOREIGN(KAuthorized)
17};
18
19struct KCoreConfigSkeletonForeign {
20 Q_GADGET
21 QML_ANONYMOUS
22 QML_FOREIGN(KCoreConfigSkeleton)
23};
24
25#endif
The functions in this namespace provide the core of the Kiosk action restriction system; the KIO and ...
Definition kauthorized.h:32
Class for handling preferences settings for an application.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Oct 11 2024 12:17:22 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.