cxx-qt-gen 0.4.1

Code generation for integrating `cxx-qt` into higher level tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-FileCopyrightText: 2022 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
// SPDX-FileContributor: Andrew Hayzen <andrew.hayzen@kdab.com>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod attribute;
pub mod fields;
pub mod implitemmethod;
pub mod path;
mod qtfile;
mod qtitem;

pub use qtfile::{parse_qt_file, CxxQtFile};
pub use qtitem::CxxQtItem;