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
11struct KAuthorizedForeign {
12 Q_GADGET
13 QML_NAMED_ELEMENT(KAuthorized)
14 QML_SINGLETON
15 QML_FOREIGN(KAuthorized)
16};
17
18#endif
The functions in this namespace provide the core of the Kiosk action restriction system; the KIO and ...
Definition kauthorized.h:32
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:15:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.