// 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_GUI_FEATURE #include #include #include "rust/cxx.h" namespace rust { namespace cxxqtlib1 { ::std::unique_ptr qguiapplicationNew(const QVector& args); } } #endif