KOSMIndoorMap

kosmindoormapquickplugin.h
1/*
2 SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#ifndef KOSMINDOORMAPQUICKPLUGIN_H
8#define KOSMINDOORMAPQUICKPLUGIN_H
9
10#include <QQmlExtensionPlugin>
11
12/** Qt Quick integration plugin for KOSMIndoorMap. */
14{
16 Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface")
17public:
18 void registerTypes(const char *uri) override;
19};
20
21#endif // KOSMINDOORMAPQUICKPLUGIN_H
Qt Quick integration plugin for KOSMIndoorMap.
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.