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
19

source code of kconfig/src/qml/types.h