KOSMIndoorMap

routing-quick/types.h
1/*
2 SPDX-FileCopyrightText: 2024 Volker Krause <vkrause@kde.org>
3 SPDX-License-Identifier: LGPL-2.0-or-later
4*/
5
6#ifndef KOSMINDOORROUTING_TYPES_H
7#define KOSMINDOORROUTING_TYPES_H
8
9#include <KOSMIndoorRouting/RoutingProfile>
10
11#include <QQmlEngine>
12
13struct RoutingProfileForeign {
14 Q_GADGET
15 QML_VALUE_TYPE(routingProfile)
17 QML_UNCREATABLE("only provided via C++ API")
18};
19
20#endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.