KIdentityManagement

kidentitymanagementquickplugin.h
1// SPDX-FileCopyrightText: 2023 Claudio Cambra <claudio.cambra@kde.org>
2// SPDX-License-Identifier: LGPL-2.0-or-later
3
4#pragma once
5
6#include <QQmlExtensionPlugin>
7
8class KIdentityManagementQuickPlugin : public QQmlExtensionPlugin
9{
11 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
12
13public:
14 void registerTypes(const char *uri) override;
15};
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:14:39 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.