Sonnet

types.h
1// SPDX-FileCopyrightText: 2021 Carl Schwan <carlschwan@kde.org>
2// SPDX-License-Identifier: LGPL-2.1-or-later
3
4#pragma once
5
6#include <QQmlEngine>
7
8#include <Sonnet/Settings>
9
10struct SettingsForeign {
11 Q_GADGET
12 QML_ELEMENT
13 QML_NAMED_ELEMENT(Settings)
14 QML_FOREIGN(Sonnet::Settings)
15};
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Sat Apr 27 2024 22:08:54 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.