// clang-format off // SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company // clang-format on // SPDX-FileContributor: Andrew Hayzen // // SPDX-License-Identifier: MIT OR Apache-2.0 #pragma once #ifdef CXX_QT_QML_FEATURE #include #include #include namespace rust { namespace cxxqtlib1 { ::std::unique_ptr qqmlapplicationengineNew(); QQmlEngine& qqmlapplicationengineAsQQmlEngine(QQmlApplicationEngine&); } } #endif