// clang-format off // SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB, a KDAB Group company // clang-format on // SPDX-FileContributor: Laurent Montel // // SPDX-License-Identifier: MIT OR Apache-2.0 #pragma once #include #include #include namespace rust { namespace cxxqtlib1 { using QPainterCompositionMode = QPainter::CompositionMode; using QPainterRenderHint = QPainter::RenderHint; } // namespace cxxqtlib1 } // namespace rust